Prev Page Next Page
StrRemove
Previous Top Next

Returns a  new string after removing some characters from the old string.

Syntax: StrRemove (String, StartIndex, Count)

Example:
Old = "B4Script"
New = StrRemove (Old ,3,4)
Result: New = "B4St"
Prev Page Next Page
Converted from CHM to HTML with chm2web Pro 2.85 (unicode)