Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CODE INTERPRETATION

Status
Not open for further replies.

dexterdg

Programmer
Jan 6, 2013
85
PH
Hello,

I need help interpreting a certain lines of code,
I was asked to modify it and target a specific task/report.

Code:
'Create Main Script
Open "Y:\Access DB\EXPORT.ACSUP" For Output As #1
Print #1, "'LANGUAGE=ENU"
Print #1, "'SERVERNAME=xxx.xx.xx.xx"
Print #1, "Public Sub Main()"

This code fetch data from a CMS and create a text file
and paste the contents there.
I just don't know what is the "EXPORT.ACSUP" part
what does that particular line do?
will I able to do the same with just a text file?
Im a newbie to this, any help would be much appreciated.

Thanks.
Dexter
 
This line just create a text file named "Y:\Access DB\EXPORT.ACSUP"

Hope This Helps, PH.
FAQ219-2884
FAQ181-2886
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top