[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Code Lua!



--- In femm@xxxx, celia lauar <celialauarbr@xxxx> wrote:
> Hello
> 
> I have had some dificults to find out code lua. How
> can I get this?
> I have needed to stablish a comunication between
> femme and mathcad.
> Thank you so much.
> Célia.
> 
> 
> 
> > 

Hi
If you want to run LUA script, you don't need code of LUA. You can 
start lua script from FEMME in menu: File -> Open Lua Script.
You can also start femme with Lua script from command line:
c:\...\femme.exe -lua-script=c:\....\aa.lua -windowhide

Manuals for LUA is available:
http://www.lua.org/docs.html

Jiri Vecerka