Phil
09-20-2006, 02:41 PM
I have a 3rd party LScript here in .ls format. I have no idea of the origin of it, but it's failing to run under LW9 Modeler. The first error reported is that the following line is incorrect :
var c1 = addcontrol(gridsize,"Grid size:");
Indeed, in Dodgy's LScript notes, I couldn't locate addcontrol() so I assume it has been replaced by something else. Whilst I attempt to dig through the LScript notes, I'm wondering if anyone could point me at a conversion guide for obsolete -> current commands
Alternatively, is there some magic invocation available for legacy support?
Thanks :)
Phil.
var c1 = addcontrol(gridsize,"Grid size:");
Indeed, in Dodgy's LScript notes, I couldn't locate addcontrol() so I assume it has been replaced by something else. Whilst I attempt to dig through the LScript notes, I'm wondering if anyone could point me at a conversion guide for obsolete -> current commands
Alternatively, is there some magic invocation available for legacy support?
Thanks :)
Phil.