logo
Home XtGem- Templates- XtScript- bottom
Return part of a string
[...] = optional ... = your value
[var $... = ]call substr $val=…[;$start=…[;$length=…]]
Returns the portion of a string specified by the $start and $length parameters.
If $start is negative, the returned string will begin at $start characters from the end of $val.
If $val is less than or equal to $start characters in length, FALSE will be returned.
Show as text
Show as text
Reload
string = abcdefghijklm
portion = efghij
Powered by XtGem
About us Contact Forum top