substr

substr, function

Documentation of the substr function with 1 text argument and 2 number arguments

def pure substr(source: text, start: number, count: number): text

Documentation of the substr function with 1 text argument and 1 number argument

def pure substr(source: text, start: number): text
User Contributed Notes
0 notes + add a note