For instance I have a string:
Banana:Cream:Pie
How do I split this into an array that I can use the individual array items?
Use The WORD functions ;)
Function WordCount(S: String; C:Char):Integer;
Returns the number of words in a string using the final parameter to define
the character that determines what separates words.
Function WordGet(P:Byte; S:String; C:Char):String;
Returns the actual word at a specific word count.
Function WordPos((P:Byte; S:String; C:Char):Integer;
WordPos returns the character position in the string where s specific word is located.
.----- --- -- -
| Another Droid BBS
: Telnet : andr01d.zapto.org:9999 [UTC 11:00 - 20:00]
. Contact :
xqtr.xqtr@gmail.com
--- Mystic BBS v1.12 A34 (Raspberry Pi/32)
* Origin: Another Droid BBS (21:1/111)