mhwlng
December 10th, 2006, 06:00 AM
I am trying to use the same GML/lua files for G4 and G5
I have one difference :
girder 4
require("odbc", "luaopen_luasqlodbc" )
girder 5
require ( 'luasqlodbc')
is there some conditional construction that I can use that executes the relevant line automatically ?
Marcel
I have one difference :
girder 4
require("odbc", "luaopen_luasqlodbc" )
girder 5
require ( 'luasqlodbc')
is there some conditional construction that I can use that executes the relevant line automatically ?
Marcel