I think my previous reply was blocked.... Set var vfilename = Filename(0) -- creates a unique random filename with $$$ extension SET VAR vfilename = (SRPL(.vfilename,'$$$','TXT',0)) -- replace the $$$ with whatever
Dawn -------------- Original message from "Paul InterlockInfo" <[email protected]>: -------------- So let’s say I am going to create a output file: Output c:\temp\SomeTxt.txt Write .vVariableWanted Output Screen But I would rather output to some temp file name that is called by ?? So in return I get something like A3ER22545.$$$ and use that file name till I am done. I use ?? to create this scratch file name. Sincerely, Paul Dewey

