Of course this should make no difference...
try using parens
set the imageSource of last char of fld "ResultsT" to ("binfile:" & k)
answer ("binfile:" & k)


Of course, Win32 may like "\" instead of "/" in path names so try

replace "/" with "\" in k
set the imageSource of last char of fld "ResultsT" to "binfile:" & k
answer ("binfile:" & k)

On Jan 1, 2010, at 4:00 AM, David Glasgow wrote:

put the last line of field "snapshots" into k
set the imageSource of last char of fld "ResultsT" to "binfile:" & k

...... didn't.

Jim Ault
Las Vegas



_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to