NXC
Version 1.2.1 r5
|
|
inline |
Copy a portion from the middle of a string.
Returns the substring of a specified length that appears at a specified position in a string.
str | A string |
idx | The starting index of the substring. |
len | The length of the substring. |