
01-16-2014, 07:32 PM
|
|
Unholy Nation
|
 |
Join Date: Dec 2010
Location: The streets.
Posts: 156
|
|
Quote:
Originally Posted by i8bit
Do you mind explaining the substring a bit more? What is the (2,1) (1,1) and (0,1)?
|
From http://gscript.graal.net/substring
Quote:
Syntax: string.substring(index[, length]);
Returns string.
Explanation
Extracts a sub-string starting at index and stopping at the end of the string.
If the optional parameter length is specified, the resulting string will be of the same length and starting at index.
|
|
|
|
|