Yes,
I am getting all of the correct output. I put the user messages in to varify. For some reason I cannot use the string data to name the file. I am able to put the s7 data into the file. All I need to do is somehow name or re-name the file with the timestamp.
Thanks,
olderwhite
proc PASSQST_GEN
;s0 is for the cycle number
;s7 is for the QST file update
;s4 is for the serial number
;s3 is for part number and revision
;s6 is for Plexus ID
;s1 for QST fileName
string OutPutString
string TimeStampingQST = " "
integer iDay, iMonth, iYear, iHour, iMinute...
Thanks for the reply,
I can create the filename but i cannot use it to create the file. Then I tried to re-name the file, Still will not call the s1 string for the filename. Here is ithe script:
Thanks for your help,
Olderwehite
proc QSTFILE_GEN
string Fname = "C:\QST\Fwrite.txt"...
Hi all,
I have a script that I need to create a new .txt file in Drive C:\ with a time stamp in the filename. I can create the file by naming it, but cannot call a previously created string for the new file name. Also, I cannot rename the file by calling a previously created sring. ( i.e. s1)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.