Forgot to mention the attempt to use double quotes failed (not in the
example posted). I got error messages regardless of how I applied them. I
have tried several ways. I am using all standard quotes and RBase settings.
No alterations.
Any ideas are appreciated.
Sincerely,
Paul D.
Trying to keep low key and not screaming. I have tried now for three days
and no luck!
Tried the following;
set var ep text = 'prd'
set var v1 text = (FILENAME(0))
out .v1 encrypt .ep
dir
out screen
set var vhta text = '.hta'
set var v2 text = (.v1 + .vhta)
copy .v1 .v2
-- need to correct file ext, just delete .$$$ for now
set var vl text = ('Launch' & .v2 & .ep & '&vl')
show var
&vl