How to manage file name containing a date with /

J. Landman Gay jacque at hyperactivesw.com
Fri Jul 19 11:24:35 EDT 2013


"André Bisseret" <andre.bisseret at 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         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com




More information about the use-livecode mailing list