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 wOOdy-Soft 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: agual
  • Content: Threads
  • Order by date
  1. agual

    Newbie: Strange behavior of a comparison

    In the following snippet option explicit dim i: i=5 dim f: f=inputbox ("","",0) msgbox "f=" & f & " i="& i & " f<i is " & (f<i) & " f<5 is " & (F<5) Why f<i is always False, no matter which value i enter? Antoni http://www.geocities.com/antonigual/index.html
  2. agual

    Range in a case clause

    I'm used to do in other basics (Quick Basic, FreeBasic, Powerbasic) select case i case 0 TO 20: .... case 21 TO 30:.... case else end select VBS issues an error when it finds the first TO. What's the correct syntax? Antoni http://www.geocities.com/antonigual/index.html
  3. agual

    FreeBasic released

    FreeBASIC - as the name suggests - is a free, open-source, Win32-bit, MS-QuickBASIC's syntax-compatible compiler, that adds new features such as pointers, unsigned data types, inline-assembly and many others. No graphics keywords at the moment, but can link to Mingw C librairies. So TinyPTC...
  4. agual

    Newbie: bpl,.dcp, etc...

    When trying to run the examples from a package i have downloaded i have the error [Fatal Error] Required package 'direct50' not found According to inline help, the program needs a direct50.dcp file. I have a direct50.bpl in the delphi\bin directory, it's part of Delphi 5, it can be found in...
  5. agual

    Newbie: Missing packet

    I have some programming experience but I just started with Delphi 5 Standard. My OS is Windows 2000 Professional I'm trying to run Dejan Crnila's ComPort library V2.61 examples. The package has installed correctly but two of the examples refuse to compile, they give the error: [Fatal Error]...
  6. agual

    Need to modify TEdit to accept control chars...

    This is: chars below ASCII 32. They should be entered with CTRL-char and would be displayed as [07]. Please just a quick hack to inspire me. I'm not as fluent in Delphi as I need to become... Antoni http://www.geocities.com/antonigual/index.html

Part and Inventory Search

Back
Top