Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Search results

  1. fltbuff1791

    Help on extracting chars in LUA

    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 ?
Back
Top Bottom