There is a task to implement a simple LUA editor using Delphi. It is necessary to execute the script, when you click the button and display the result of the execution of this script in the Memo.

How to get (read) answers from the execution of the script for their output in the Memo?
The LUA version does not matter.

Access to LUA tools using verysimple-lua-2-0 wrapper for Lua5.3.0.dll

  • Well, would you clarify - which component for LUA is used ... - gecube
  • I will switch to any, if I understand how to accomplish this task :-), at the moment as a working tool I use this solution blog.spreendigital.de/2015/02/18/… - Indy Putny

1 answer 1

In your library, the TVerySimpleLua class has an OnPrint event. Add handler and output to Memo

  • Thank you very much! What you need !!! - Indie Getty