Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. planetech

    enter number and print to file?

    This worked thank so much for your help.. Sub Main() ' Set the default wait timeout value g_HostSettleTime = 900 ' milliseconds Dim System As Object, Sess As Object, MyScreen As Object Set System = CreateObject("EXTRA.System") Set Sess = System.ActiveSession...
  2. planetech

    enter number and print to file?

    sorry i messed that one up it is a loop inside a loop. I am trying to do like this. ' Global variable declarations Global g_HostSettleTime% Global g_szPassword$ Global g_ac as string Sub Main() ' Set the default wait timeout value g_HostSettleTime = 900 ' milliseconds dim...
  3. planetech

    enter number and print to file?

    yes that would be great.
  4. planetech

    enter number and print to file?

    ok so this is working for me but I need to create one for an array of number like 5,7,8,10,15 etc ' Global variable declarations Global g_HostSettleTime% Global g_szPassword$ Global g_ac as String dim ac Sub Main() ' Set the default wait timeout value g_HostSettleTime = 800 '...
  5. planetech

    enter number and print to file?

    yes its row 6 columon 80 it moves the cursor to that location for number input i will try to upload a pic
  6. planetech

    enter number and print to file?

    sorry for the confusion. yes i= myarea which is row 6 to columon 80 most of the screen then I need to enter next number at postion row 2.46 the print to file portion works if i do it separate. but I believe it will be a loop inside a loop if that makes sense
  7. planetech

    enter number and print to file?

    the startac and stopac are to entered inputebox by user
  8. planetech

    enter number and print to file?

    Thanks for looking at this yes I want to open the file and write increment rows (6,80) then next ac is entered at (2.46)+enter then write to file and repeat til stopac
  9. planetech

    enter number and print to file?

    Hello all, Can someone help with this I am trying to prompt user to enter to number example 901- 910 and then print screen area to file enter next number (2. 46) and print again. Here is the code so far. Thanks for any help. ------------------------------------- 'Declare our global...

Part and Inventory Search

Back
Top