I can't tell you how many times this would have come in real handy:
Let>myvar=somevalue
FrontCatR>x,myvar
which would yield xsomevalue
ConCat to the front of a string
Moderators: Dorian (MJT support), JRL
ConCat to the front of a string
"A facility for quotation covers the absence of original thought." - Lord Peter Wimsey
Re: ConCat to the front of a string
Let>myvar=somevalue
Let>myvar=x%myvar%
which would yield xsomevalue
Let>myvar=x%myvar%
which would yield xsomevalue
Re: ConCat to the front of a string
Thanks... I've been doing it the long way.
"A facility for quotation covers the absence of original thought." - Lord Peter Wimsey