hi!
I have a short question.

I searched  through the Reference especially the String Manager
chapter to find a function I used before with MS VBA.

Syntax
Replace(expression, find, replace[, start[, count[, compare]]])

This function for Visual Basic replaces a char by another char.

Syntax
Split(expression[, delimiter[, limit[, compare]]])

This function fills an array with the seperated strings. For example:
text="Bad_Boys"
result=Split(text,"_",,)

//-->result(0)="Bad"
//-->result(1)="Boys"

Are there similar function available PalmOS programming?
If not does anyone has an idea of how to get a similar result?

Thanks!
Oliver

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please 
see http://www.palmos.com/dev/support/forums/

Reply via email to