Add a variable to a class instance at runtime: Difference between revisions

Content added Content deleted
Line 354: Line 354:
DIM instructions AS STRING = "Sleep(1)"
DIM instructions AS STRING = "Sleep(1)"
:ExecCode
:ExecCode
DIM dummy = EXECLINE(instructions, 1)
DIM dummy AS INTEGER = EXECLINE(instructions, 1)
PUBLIC:
PUBLIC: