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 Wanet Telecoms Ltd 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: *

  • Users: bonk33r
  • Content: Threads
  • Order by date
  1. bonk33r

    Dialogbox and variables

    When I try and run the following script, I get the error "Error C155 Line 4: Invalid integer constant". proc main integer iTemp = 50 ; Define and display the dialog box. dialogbox 0 0 0 100 iTemp 11 "Dialog Box" enddialog pause 5 ; Show off the dialog box...
  2. bonk33r

    RGET and Array problem

    When I run the following script I get the error "001 Value out of range" after 30 seconds. If I take out the array and make sMES a normal variable it works fine. Any ideas? Thanks, Bonk proc main string sMES[3] integer Loops transmit "MES^M" Loops = 0 while (Loops++) < 3 while...

Part and Inventory Search

Back
Top