Navigation:  Reference > Functions By Category > Strings >

pSzz2Array()

Previous pageReturn to chapter overviewNext page

Split a \0 delimited and \0\0 terminated string pointer and return an array with the items.

Syntax:

pSzz2Array(<pStr>) -> aItems

Parameters:

<pStr>

Memory pointer to the string.The items are separated with a Chr(0) and Chr(0)+Chr(0) at the end of the string.

Return Value:

Array with the items extracted from the provided string.