Hello Guest it is July 02, 2025, 12:22:58 AM

Author Topic: loadfile problem  (Read 3673 times)

0 Members and 1 Guest are viewing this topic.

Offline Bill_O

*
  •  598 598
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

*
  •  598 598
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")