Hello Guest it is July 07, 2025, 06:20:12 AM

Author Topic: loadfile problem  (Read 3677 times)

0 Members and 1 Guest are viewing this topic.

Offline Bill_O

*
  •  599 599
loadfile problem
« on: February 01, 2012, 11:12:16 AM »
I have a button that loads a special file. I am getting a syntax error on the following line.
LoadFile (C:\MACH3\GCODE\new table mill.tap)
What is wrong?

Bill

Offline Bill_O

*
  •  599 599
Re: loadfile problem
« Reply #1 on: February 01, 2012, 11:35:52 AM »
never mind
brian let me know what the problem was
needed quotes
LoadFile ("C:\MACH3\GCODE\new table mill.tap")