Author Topic: To Robert 10/30/06  (Read 1897 times)

onthecuttingedge2005

  • Guest
To Robert 10/30/06
« on: October 30, 2006, 05:31:50 pm »
Hi Rob.

Is it possible that all the Plugs can be read individualy instead of cached to a single file .dbg, The reason why I suggest this is because I work with a lot of plugs that use the Const function and if the Const function is in more than one place outside of function then an error will occure, This could also help accidental duplicate Dim statements and other codes, It would allow plugs to be more passive by
caching each plug individually and not cached to a single file for functioning.

A .dll could look at each script individually and hold its response or action without conflicting with other scripts, So basically it would make Plug-ins more compatably passive without each of any conflicting an causing errors.

I think it's the next step for upgrading HAL's plug ability.

Jerry[8D]
« Last Edit: October 30, 2006, 05:33:24 pm by onthecuttingedge2005 »