Label Functions: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
== SUBSTRING == | == SUBSTRING == | ||
syntax <SUBSTRING(string,start,len)> | |||
example <SUBSTRING(<*SSCC*>,1,3)> | example <SUBSTRING(<*SSCC*>,1,3)> | ||
Revision as of 13:53, 7 March 2014
SUBSTRING
syntax <SUBSTRING(string,start,len)> example <SUBSTRING(<*SSCC*>,1,3)>
LEFT
example <LEFT(<*SSCC*>,1,3)>