Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds the spaces and removes unnecessary characters from the passed string.
Syntax
private str addSpaces(str _in, [int _length])
Run On
Server
Parameters
- _in
Type: str
The string for which to add spaces or remove unnecessary characters.
- _length
Type: int
The length to which the string is to be resized.
Return Value
Type: str
The modified string.