12-15-2016, 09:57 AM
Gintaras Wrote:Usually as "pointer-based array" I use the address of the first of several local variables.
Example with lpstr.
Macro Macro2738
yes, but size of str to tokenize is unknown, i'm forced to use
ARRAY(lpstr) s
int n=tok(s &s 3)
for _i 0 s.len
out s[_i]
correct?
