04-18-2008 02:00 PM
04-18-2008 02:14 PM
Hi LyLee,
can you upload an example of what you want?
Mike
04-20-2008 12:36 PM
Isn't the whole point of a null terminated string that you have to either know the length of the string or search for the null char?
If by "programmatically" you mean "write my own code", then the answer is no - there is a primitive called Search/Split String which will do this.
04-20-2008 04:02 PM
04-21-2008 02:21 AM
04-21-2008 08:44 AM