Next: , Previous: , Up: Internal Routines   [Contents][Index]


15.5.594 strsub

strsub(s, i1, i2)

Returns the part of string s consisting of elements i1 through i2. Equivalent to s(i1:i2) and may therefore be removed from future versions of LUX.