Imagesource of char not working as expected in Windows

Jim Ault jimaultwins at yahoo.com
Fri Jan 1 08:36:18 EST 2010


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






More information about the use-livecode mailing list