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
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
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...
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...
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]...
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.