SCOUG-HELP Mailing List Archives
Return to [ 03 |
December |
2006 ]
<< Previous Message <<
>> Next Message >>
** Reply to message from "Steven Levine steve53@earthlink.net" on Sun, 3 Dec
2006 12:03:03 -0800
> /* rexx */
> fromfile = 'c:\XYZ'
> tofile = 'd:\XYZ'
> copy fromfile tofile
>
> will do exactly the same thing.
>
> An example of interesting side effects is long ago someone complained that
> their system would intermittently start lotus 123. Turns out they had a
> rexx script running in the background that contained the line
>
> somefunc()
>
> and bad luck had it that somefunc returned 123. :-)
Which is why I said to use quotes. It may not be necessary in all cases but it
is a safe construct. If the program is later change to use copy as a variable
name there will not be any bad side affects using quotes.
--
Robert Blair
=====================================================
To unsubscribe from this list, send an email message
to "steward@scoug.com". In the body of the message,
put the command "unsubscribe scoug-help".
For problems, contact the list owner at
"postmaster@scoug.com".
=====================================================
<< Previous Message <<
>> Next Message >>
Return to [ 03 |
December |
2006 ]
The Southern California OS/2 User Group
P.O. Box 26904
Santa Ana, CA 92799-6904, USA
Copyright 2001 the Southern California OS/2 User Group. ALL RIGHTS
RESERVED.
SCOUG, Warp Expo West, and Warpfest are trademarks of the Southern California OS/2 User Group.
OS/2, Workplace Shell, and IBM are registered trademarks of International
Business Machines Corporation.
All other trademarks remain the property of their respective owners.
|