comPlugin0.72_091211.zip in
http://tech.groups.yahoo.com/group/power-pro/files/0_TEMP_/AlansPluginProvisional/:
 

now FLOAT or DOUBLE returned as a handle to a real, needing ftos to decode:

objApp.width = 730
win.debug(ftos(objApp.width))
objApp.width = 630.5
win.debug(ftos(objApp.width))

However, is that a good idea?  In some cases stuff coming back as double/float 
might mostly be integers (e.g. 34.0), in which case let user decide if they 
want to convert toi real or not?


Reply via email to