ISInterface:DataParse
Jump to navigation
Jump to search
Syntax
- int DataParse(const char *ToParse, char *buf, int buflen)
Purpose
Performs in-place processing of LavishScript Data Sequences
Usage
Parameters
- char *ToParse
- [in] Null-terminated string to process
- char *buf
- [out] Results of the data parsing
- int buflen
- [in] Buffer length
Return Value
- int
- Returns the length of the data in buf or -1 if the buffer would have overflowed
Examples
See Also
- ISInterface
- [[LavishScript:Data Sequences