List Field and Ask Dialogue

meili bmmeili at swissonline.ch
Sun Apr 7 00:51:00 EST 2002


Hi Magnus
the following script does the trick (as many others, too)

on mouseup
  put the clickline into ClickLineHolder
  put word 2 of ClickLineHolder into ClickLineHolder
  ask "How many?" with "1"
  put tab & it after line ClickLineHolder of me
end mouseup

Cheers
Martin



More information about the use-livecode mailing list