File, variable, array, split

yves COPPE yvescoppe at skynet.be
Mon Sep 23 07:23:00 EDT 2002


Hi,

you could also try with a custom property and no globals :



on openstack

  put url "file:translations" into tTranslations
  split tTranslations with cr and tab
  set the customProperties[cTranslations] of this stack to tTranslations
end openstack


on mouseUp
   put the value of the clickLine into tClickedWord
   put the cTranslations[tClickedWord] of this stack into fld 
"Translation Display"
end mouseUp


Hope this helps !
-- 
Greetings.

Yves COPPE

Email : yvescoppe at skynet.be
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.runrev.com/pipermail/use-livecode/attachments/20020923/092a3152/attachment.html>


More information about the use-livecode mailing list