"André Bisseret" <andre.bisse...@wanadoo.fr> wrote:
>So I tried 
>put quote & numToChar(240) into tVar
>replace ":" with tVar in tDocName  > again no success 
>
>When I paste the mysterious char directly in the script it is
>immediately replaced by "?" 

In the message box,  do this :

put charToNum('')  

and paste the copied character between the quotes.  That gives you the actual 
number of the character being used. Then in your script use 
numToChar(<whatever>) to do the replacements. 
-- 
Jacqueline Landman Gay         |     jac...@hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com

_______________________________________________
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