Hi Richard,

<<
file: to-file ask "Filename? "
output1: copy head change find/last file "." ".loc"
output2: copy head change find/last file "." ".lst"

I have the result below where the variable "file" has changed its valuee
!!!!

What can I do to avoid this ?
>>

Use COPY before you use CHANGE.

output1: copy head change find/last copy file "." ".loc"
output2: copy head change find/last copy file "." ".lst"

--Gregg
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to