NXC
Version 1.2.1 r5
|
|
inline |
Convert a string to a byte array.
Convert the specified string to an array of byte by removing the null terminator at the end of the string. The output array variable must be a one-dimensional array of byte.
str | A string |
data | A byte array reference which, on output, will contain str without its null terminator. |