Full string library.

Post your requests and ideas on the future development of mikroPascal for AVR.
Post Reply
Author
Message
mbruck
Posts: 51
Joined: 19 Apr 2006 21:55

Full string library.

#1 Post by mbruck » 17 Sep 2006 00:01

Currently, this only this functions are supportded:
Length
Compare
Concat

This is shame.

So this function have to be implemented:

# Copy Function
# Delete Procedure
# Insert Procedure
# Pos Function
# Str Procedure
# Upcase Function
# Val Procedure

vanja
mikroElektronika team
Posts: 253
Joined: 27 Jan 2005 15:13
Contact:

#2 Post by vanja » 18 Sep 2006 12:56

You will get other functions like existing in pascal compiler for PIC.

Code: Select all

String Library contains various functions for string handling.

Memchr 
Memcmp 
Memcpy 
Memmove 
Memset 
Strcat 
Strchr 
Strcmp 
Strcpy 
Strcspn 
Strlen 
Strncat 
Strncmp 
Strncpy 
Strpbrk 
Strrchr 
Strspn 
Strstr 
strAppendSuf 
strAppendPre

mbruck
Posts: 51
Joined: 19 Apr 2006 21:55

When?

#3 Post by mbruck » 18 Sep 2006 22:09

When?

Do you plan to implement this function list in new 4.0 PacalAVR version?

mbruck
Posts: 51
Joined: 19 Apr 2006 21:55

more...

#4 Post by mbruck » 18 Sep 2006 22:12

Beside listed this are missing yet in pascal for PIC too:

Upcase, LoCase, Val ....

Post Reply

Return to “mikroPascal for AVR Wish List”