RemoveChars

Removes characters from a string.

Method Signature

RemoveChars(string=[string], start=[integer], count=[integer])

Arguments

ArgumentTypeRequiredDescriptionDefault

string

string

true

The string to remove characters from.

start

integer

true

The one-based index position of the first character to remove.

count

integer

true

The number of characters to remove.

Examples

Last updated

Logo

Copyright & Register Trademark by Ortus Solutions, Corp & Ortus Software, LLC