Concept Framework 2.2 documentation Contents | Index

standard.lib.str.SubStr

Name Version Deprecated
SubStr version 1.0 no

Prototype:
string SubStr(string str, number start, number length)


Description:
Returns a sub string from the given string(str). The start parameter is the index of the start character, the length is the length of the sub string.

Returns:
Returns the sub string.

Documented by Eduard Suica, generation time: Sun Jan 27 18:15:13 2013 GMT(c)2013 Devronium Applications