
strval(string, [index])
Evaluate a string and return an integer
Parameter
Description
string
The string to evaluate
index (optional)
The position in string to start evaluating from
Returns the integer value found in the string
valstr(dest[], value)
Convert an integer value to a string
Parameter
Description
dest
The destination buffer
value
The integer value to convert to text
Returns the number of characters stored in dest excluding the teminating 0
memcpy(dest[], source[], index, length, maxlength)
Copy bytes from one buffer to another
Parameter
Description
dest
The destination buffer
source
The source buffer
index
The position in the source buffer from which to start copying
length
The number of bytes to copy
maxlength
(optional)
The maximum size of the dest-buffer. Defaults to the size of dest
Page 106 of 121