quote:
Originally posted by SpunkyLoveMuff
current-(-nudge)
That's one way to do it
also changing
code:
current = ConfigWnd.GetControlText("txt_width")
into
code:
var current = new Number();
current = ConfigWnd.GetControlText("txt_width");
I believe this should also work.