curious behaviour...

Wouter wouter.abraham at pi.be
Fri May 28 10:33:26 EDT 2004


One test further
Try this:

on mouseUp
/*
   repeat 4 times
     put "#" after t
   end repeat
*/
   set the numberFormat to quote &quote&quote &quote
   put 5+1
end mouseUp

puts "0006"

which explains why

on mouseUp
   repeat 4 times
     put "#" after t
   end repeat
   set the numberFormat to quote & t &quote
   put 5+1
end mouseUp

puts "000006"


Greetings,
WA



More information about the use-livecode mailing list