Strsub
From kwiki
| | This article is written by Konrad, thus using rather nonstandard English:) |
strsub (DNM Script function)
[edit]
full declaration
String strsub (string str,int nFrom,[int nTo=nFrom])
[edit]
return value
[edit]
description
Returns a substring from 'str' starting at 'nFrom' and ending at nTo (which by default = nFrom)
