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.
Splits the each character of the source ID into a map.
Syntax
private void splitID(
str _sourceID,
Map _idMap,
int _numberOfChar)
Run On
Server
Parameters
- _sourceID
Type: str
The source ID to split.
- _idMap
Type: Map Class
The map to hold each character of the source ID.
- _numberOfChar
Type: int
The number of the character of THE source ID.