... Hmm, my Toolkit doesn't seem to be working properly. And I can't find all the example programs that I saw in earlier versions of Xbasic. I'm running ...
... Yes I am running Linux, and I accept that there may possibly be some things that work in Windows that don't in Linux (or vice versa). Though, I compile...
... It's maybe even more complicated (?). As numbers xb seems to treat integers primarly as 32-bit or XLONG, as you described very well. Eg we can define a...
... Mail was sent by kMail. (kMail 1.3.2 so one even could argue what kde is running, [if]) I just guessed xb runs there too. ... Nobody doubts. But actually...
... it will ... 32-bit ... value. ... certain ... properly. ... integers primarly as 32-bit or XLONG, as you described very well. Eg we can define a UBYTE to...
... What about CASE Selection: XuiSendMessage(grid,#HideWindow,0,0,0,0,0,0) Or Maybe SUB Selection XuiSendMessage(grid,#HideWindow,0,0,0,0,0,0) END SUB my 2...
On Mon, 1 Sep 2003 17:37:58 +0200 Arnd Zapletal <a_zapletal@...> ... Unless you explicitly check for the overflow, it will "wrap". Your last line should say...
On Tue, 02 Sep 2003 01:57:28 -0000 "Billy" <handsomexxxx@...> ... Sure, though you have two problems. In XBasic, you have to say RETURN (fact) to return...
... That's true & clear. My intention was somewhat different. Maybe I'm wrong, but I naively thought 'UBYTE' always *should* be cyclic, ie chopped; as...
On Tue, 2 Sep 2003 15:59:41 +0200 Arnd Zapletal <a_zapletal@...> ... Extra work. XBasic only masks it to 8 bits when required by the storage. That UBYTE...
some time ago I started to customize my pde a bit (I've put part of a screenshot in the 'photo' section) by editing property.xxx and substituting some of the...
On Tue, 2 Sep 2003 13:21:16 -0400 ... Not my question (I already wrote some posts ago what you answered here). Of course the 'extra work' has to be done, but...
Another question... How do you "IMPORT xst"? For some reason, it doesn't like the commands. Here's a copied paste of my code: ' ' ' ###################### '...
Another question... How do you "IMPORT xst"? For some reason, it doesn't like the commands. Here's a copied paste of my code: ' ' ' ###################### '...
Where do I put the IMPORT xst command? Here is the code ... PRINT "Hi" XstSleep 3000 PRINT "Welcome to AIDA, the Anime Information Database Archive." END...
... From: "Billy" <handsomexxxx@...> To: <xbasic@yahoogroups.com> Sent: Tuesday, September 02, 2003 11:57 AM Subject: [xbasic] recursive function calls ...
You only copied your Entry function, not the whole program. The program will also contain a section called the PROLOG (as mentioned in the comments below). If...
... Thanks Charles - that was my idea too - not sure why it did not work :-) ... To quote Homer Simpson! "DOH!" Thanks :-) I now have a splishy splashy splash...
... Hi Arnd :-) Hooray - I qualify (no deep insight into anything . . .) I liked what you have shown us. The obvious thing is to have a tool button that...
Hello Naota, I'm James680x, Steven V Gunh answered your question. I'm new to the XBasic Programming Language, I been a Basic Programmer for many years. Using...
When I try to ROTATER() an unsigned 16-bit integer, the output integer is often huge. The examples given are all of larger integers than 16 bits, but there...
... storage. ... (except ... 32-bit ... (or use ... here). ... see any ... different. If xb ... in other ... their own ... the ... memory ... Actually, on ... ...
On Wed, 03 Sep 2003 10:38:49 -0000 "Tony Turner" <tonyt@...> ... Just checked the compiler code, ROTATER and ROTATEL are always 32 bit. Here's a "quick...
... Nope. I neglected to include this in my original post. Sorry. I get a compile error. It indicates 'syntax error' and points at tID. I know there isn't...