Reply To: Callback error: Lua runtime error

Home Forums General Programming Callback error: Lua runtime error Reply To: Callback error: Lua runtime error

#13367
atom
Keymaster
    • Topics: 159
    • Replies: 2945
    • Total: 3104
    • ★★★★★
    text = panel:getLabel("myLabelWithHexString"):getText()
    mb = MemoryBlock()
    mb:loadFromHexString(text)
    -- mb should contain the data
    
    Ctrlr