Navigation: thinBasic Modules > Core > String handling > PARSESET$ |
|
Description
Change a delimited field in a string expression with a new value returning the modified resulting string.
Syntax
s = PARSESET$(MainString, [ANY] Delimiter, Index, NewString)
Returns
String
Parameters
Name |
Type |
Optional |
Meaning |
MainString |
String |
No |
|
Delimiter |
String |
No |
|
Index |
Number |
No |
|
NewString |
String |
No |
Remarks
Restrictions
See also
Examples
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |