Title: re: File, variable, array, split
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 : [EMAIL PROTECTED]



Reply via email to