NXC
Version 1.2.1 r5
|
|
inline |
Extract a portion of a string.
Return a sub-string from the specified input string starting at idx and including the specified number of characters. The input string parameter may be a variable, constant, or expression.
str | A string. |
idx | The starting point of the sub-string. |
len | The length of the sub-string. |