RemoveChars
Method Signature
RemoveChars(string=[string], start=[integer], count=[integer])Arguments
Argument
Type
Required
Description
Default
Examples
Remove a string
removeChars( "Hello BL World", 6, 5 );
Additional Examples
Related
Last updated
Was this helpful?
