<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
 --></style><title>re: File, variable, array,
split</title></head><body>
<div>Hi,</div>
<div><br></div>
<div>you could also try with a custom property and no globals :</div>
<div><br></div>
<div><br></div>
<div><br></div>
<div>on openstack</div>
<div><br></div>
<div><font face="Courier New" size="+2" color="#000000"> put url
"file:translations" into tTranslations<br>
</font><font face="Geneva" size="+2" color="#000000"> split
tTranslations with cr and tab<br>
 set the customProperties[cTranslations] of this stack to
tTranslations</font></div>
<div>end openstack</div>
<div><br></div>
<div><br></div>
<div><font face="Geneva" size="+2" color="#000000">on mouseUp<br>
  put the value of the clickLine into tClickedWord<br>
  put the cTranslations[tClickedWord] of this stack</font><font
face="Courier New" size="+2" color="#000000"> into fld
"Translation Display"</font><font face="Geneva" size="+2"
color="#000000"><br>
end mouseUp</font></div>
<div><br></div>
<div><br></div>
<div>Hope this helps !</div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
<div>Greetings.<br>
<br>
Yves COPPE<br>
<br>
Email : yvescoppe@skynet.be</div>
</body>
</html>