Hello there! I am really a rookie when it comes to XBasic. Downloaded the compiler and such and the HTML-documentary. Well, I have experience when it comes to...
... What a shame. Such wasted talent. I mean, for people to go through all that time and trouble just to annoy people. Thanks for the info. Brian -- ...
Ladies and Gentlemen, I think I've found the answers myself. I finally found some Word manuals, and did some extended bedtime reading. Solution 1: In the...
Hi Folks, I have a working console-based program which uses TCP/IP to connect to a database server and sends data bi-directionally. See extract #1 below. When...
Clarification - Yahoo display of Extract #2. Yahoo seems to have played with the leading blanks. The ^ Type Mismatch points to the closing parenthesis ")". ......
Well, I found that if I do all my "host" processing in the Entry section, there is no problem. When I try to access @host outside the Entry section, I get the...
You need to declare the correct type for your variable in the function. In XBasic, variables that aren't marked as being SHARED are local, and variables...
Thanks for your help, Steve. It is much appreciated. Whenever you happen to have a few more moments, please I've tried declaring "SHARED host" and "SHARED...
Could someone with Windows XP Professional please try to duplicate this error? Just install XtoEXE from the files area according to the instructions, then...
WAIT!! No need! I finally succeeded in duplicating the error. The problem is, Dario apparantly doesn't use the PROGRAM declaration at all. This doesn't give...
OK, the new, improved XtoEXE is up. It compiles .x files fine now, without a PROGRAM declaration. In the installation batch files, I added a copy of the ...
Thank you a lot with this link. It helped me a lot. Still I search for a site with a list of all commands and a short description. Well, what did a famous...
There appears to be an error in the compiler in regards to integer division and user defined types. Here's an example: TYPE MYSINGLE SINGLE .x END TYPE ...
Hello Folks, I now have successful communication with a database host from a gui screen. (Thank you Steve and Vincent for your suggestions.) I wanted to add a...
... <Snipola> ... <Snipola> Thank you for this. I don't normally use \ but a program I'm currently working on, I thought I should start using it as it seemed...
Hi: I saw a message back in May of 2000, about fixing this function to work with an image grid. It does not seem to work for me for either an image grid or a...
Hi Folks, ** The consideration: In the Entry function of a GUI, I connect to a database server using xin and successfully perform I/O (xinSocketWrite and...
Hi again: Ok it works for visible grids when entered as XgrGrabPoint (grid, x, y, @red, @green, @blue, @color) Guewss I just copied the code from the help...
Usually error -1 means that you also have to query the systemerror translator to get the true system error that was generated by the internet API of windows. ...
Greetings to all. I have downloaded xbasic. Using the IDE for windows: v6.2.3 I have written a two line program to add two numbers and print the result. It...
... From: "pjabut" <pat.buttle@...> To: <xbasic@yahoogroups.com> Sent: Saturday, February 17, 2007 3:56 AM Subject: [xbasic] New member problem ... ...
Hello I need to translate about 500 programs in QBasic 4.5 to a Window OS. These programs are usable application to final users. IŽam looking for a Basic...