Hello,
I need help interpreting a certain lines of code,
I was asked to modify it and target a specific task/report.
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
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