Results 1 to 2 of 2

Thread: Keyboard input

  1. #1
    cmurphy@nsn.k12.nv.us Guest

    Default Keyboard input

    I want to set up a program to cut different size rectangles. Is there a way to start a program, and then input your sizes. In other words i don't want to program for each square, but have a variable so I can tell it lenght and width, thickness.

  2. #2
    ssmith@skeeball.com Guest

    Default

    Like this?

    INPUT "Input bit diameter" &dia
    &dia="&dia"
    INPUT "Input X length of box" &XL
    &XL="&XL"
    INPUT "Input y length of box" &YL
    &YL="&YL"
    INPUT "Input DEPTH OF CUT" &DEEP
    &DEEP="&DEEP"
    INPUT "INSIDE=I, OUTSIDE=O, TRUE=T" &OS
    &OS="&OS"

    VC,&DIA
    CR,&XL,&YL,&OS,1,4,&DEEP,1,,1

Similar Threads

  1. Laser Keyboard
    By GlenP in forum ShopBotter Message Board
    Replies: 1
    Last Post: 12-30-2013, 11:27 PM
  2. Keyboard
    By GlenP in forum ShopBotter Message Board
    Replies: 3
    Last Post: 04-30-2013, 03:12 PM
  3. input 2
    By coach in forum ShopBotter Message Board
    Replies: 4
    Last Post: 12-18-2012, 11:03 AM
  4. Keyboard layout
    By ljdm in forum Archives2008
    Replies: 4
    Last Post: 01-08-2008, 06:50 PM
  5. Keyboard Controls
    By oscarg1971 in forum Archives2007
    Replies: 1
    Last Post: 03-03-2007, 03:06 PM

Posting Permissions

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