585,752 active members*
4,134 visitors online*
Register for free
Login
Results 1 to 4 of 4
  1. #1
    Hello
    I transfer a line from a file into a string (content of the string is like “X0 Y100 Z100 F2000”). Now I’d like to approach this content with G1 “string” at a particular time. Is it possible? I don’t want to assign particular values X, Y, Z because they can have different length. Just read in a line – done. Thanks in advance

  2. #2
    Join Date
    Jan 2004
    Posts
    11
    Hello beno

    My suggestion is:

    Your_string=="X0 Y100 Z100 F2000"

    ExecString("G0 "<<Your_String)

    I hope I could help
    Greetings

  3. #3
    Hello beno

    My suggestion is:

    Your_string=="X0 Y100 Z100 F2000"

    ExecString("G0 "<<Your_String)

    I hope I could help
    Greetings
    Hello Barini
    Your suggestion is worth one's weight in Gold. That’s exactly what I need… and it works! And I even don’t have to write a PP!! Super!
    Thanks a lot! Have a nice evening!
    Beno

  4. #4
    Join Date
    Jan 2004
    Posts
    11
    Welcome!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •