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 Chriss Miller 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: pragmatic
  • Content: Threads
  • Order by date
  1. pragmatic

    VB upgrade question

    I'm currently programming in VB 6.0. I've got the full Visual Studio Enterprise package. Does Microsoft offer just a VB.Net package or is an all or nothing (buy the full Enterprise version?) I plan on programming mainly in VB for my Window's applications. Any thoughts would be appreciated.
  2. pragmatic

    Help capturing info from a data-stream

    I'm trying to capture a phone number from the following data: >qlrn 2485669090 Query sent: 2003/07/11 10:32:13.438 FRI. Valid QLRN response received. Routing number: 2485669090. CALLING DN: 3132799933. Office: SFLDMIMKDS0. Elapsed Time (mm:ss:mS): 0:0:80. > The qlrn 2485669090 is the...
  3. pragmatic

    Trouble with the WHEN command

    I'm having trouble getting WHEN to work.. when target 0 "SYSB-T" MATCHCASE call test when target 0 "INSV" MATCHCASE call test1 when target 0 "OFFL" MATCHCASE call test2 calling these functions: proc test strcpy strResult "**System-Busy**" fseek 1...
  4. pragmatic

    Simple string question

    This is probably really simple, but here's my question anyway. I've got a tab delimited text file with three columns of data (3 letters,2 numbers,3 numbers) I'm trying to read these in to 3 strings, then output (in a dialog box) the combined strings. I'm getting an "Error 5: Invalid...

Part and Inventory Search

Back
Top