Create a text entry field with content 00.00
Field script is:

on openField
answer information "Want to enter a new value?" with "No" or "Yes" titled "New 
Amount"
  if it = "No" then select empty
  if it = "Yes" then select text of me
end openField

Using 5.5.2, No works fine but Yes keeps repeating "Want to enter a new value?
Using 5.5.1, No and Yes work as expected.

If a bug, would someone file a bug report. I'm just a hobbyist.

Bob
(702) 458-8519
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to