Hello Guest it is March 29, 2024, 08:50:50 AM

Author Topic: loadfile problem  (Read 2029 times)

0 Members and 1 Guest are viewing this topic.

Offline Bill_O

*
  •  563 563
    • View Profile
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

*
  •  563 563
    • View Profile
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")