Code: Select all
ASCIIOutput('C:\temp\'|Now|'.txt, yr_mo);
Code: Select all
ASCIIOutput('C:\temp\'|Now|'.txt, yr_mo);
kbogies wrote:I'm trying to write a control process that will generate an ascii file with the current month & current year as the name of the file. can someone correct my syntax please?
where "yr_mo" is the variable that will be displayed in the text file.Code: Select all
ASCIIOutput('C:\temp\'|Now|'.txt, yr_mo);