fltbuff1791
New Coder
zzz = ipc.readSTR(0x0130, 256)
xyz = string.sub (zzz, -22)
abc=ipc.ask("here" .. xyz, WHITE)
returns nothing...
but if I hardcode zzz with "data within double quotes"
last 22 chars are returned
how do i make this work in a simple solution ?
xyz = string.sub (zzz, -22)
abc=ipc.ask("here" .. xyz, WHITE)
returns nothing...
but if I hardcode zzz with "data within double quotes"
last 22 chars are returned
how do i make this work in a simple solution ?