Search the web
Sign In
New User? Sign Up
xbasic
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 11945 - 11974 of 17972   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
11945
... 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 ...
cr
cr2003nz
Offline Send Email
Sep 1, 2003
9:52 am
11946
... 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...
cr
cr2003nz
Offline Send Email
Sep 1, 2003
10:18 am
11947
On Sun, 31 Aug 2003 08:55:50 +0100 Lobster <edjason@...> ... Well, the simplest answer would be to make the whole thing a large button. When the...
Steven V Gunhouse
sgunhouse
Offline Send Email
Sep 1, 2003
2:00 pm
11948
... 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...
Arnd Zapletal
arndzapletal
Offline Send Email
Sep 1, 2003
3:38 pm
11949
... 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...
Arnd Zapletal
arndzapletal
Offline Send Email
Sep 1, 2003
6:01 pm
11950
... 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...
Tony Turner
tonyt92
Offline Send Email
Sep 1, 2003
8:22 pm
11951
... 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...
Charles
cwjunior35_03
Offline Send Email
Sep 1, 2003
8:57 pm
11952
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...
Steven V Gunhouse
sgunhouse
Offline Send Email
Sep 2, 2003
1:35 am
11953
Can we define a recursive function? somewhat like factorial function: FUNCTION fact(n) IF n=0 THEN fact=1 ELSE fact=fact(n-1)*n END IF END FUNCTION...
Billy
handsomexxxx
Offline Send Email
Sep 2, 2003
1:59 am
11954
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...
Steven V Gunhouse
sgunhouse
Offline Send Email
Sep 2, 2003
2:54 am
11955
... 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...
Arnd Zapletal
arndzapletal
Offline Send Email
Sep 2, 2003
2:12 pm
11956
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...
Steven V Gunhouse
sgunhouse
Offline Send Email
Sep 2, 2003
5:33 pm
11957
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...
Arnd Zapletal
arndzapletal
Offline Send Email
Sep 2, 2003
9:27 pm
11958
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...
Arnd Zapletal
arndzapletal
Offline Send Email
Sep 2, 2003
10:13 pm
11959
Another question... How do you "IMPORT xst"? For some reason, it doesn't like the commands. Here's a copied paste of my code: ' ' ' ###################### '...
Naota
naota_indiff...
Offline Send Email
Sep 2, 2003
11:18 pm
11960
Another question... How do you "IMPORT xst"? For some reason, it doesn't like the commands. Here's a copied paste of my code: ' ' ' ###################### '...
Naota
naota_indiff...
Offline Send Email
Sep 2, 2003
11:19 pm
11961
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...
Naota
naota_indiff...
Offline Send Email
Sep 2, 2003
11:21 pm
11962
... From: "Naota" <naota_indifferent_to_all@...> To: <xbasic@yahoogroups.com> Sent: Wednesday, September 03, 2003 9:21 AM Subject: [xbasic] Re: Some...
Vic Drastik
vicdrastik
Offline Send Email
Sep 3, 2003
4:07 am
11963
... From: "Billy" <handsomexxxx@...> To: <xbasic@yahoogroups.com> Sent: Tuesday, September 02, 2003 11:57 AM Subject: [xbasic] recursive function calls ...
Vic Drastik
vicdrastik
Offline Send Email
Sep 3, 2003
4:16 am
11964
... From: "Arnd Zapletal" <a_zapletal@...> To: <xbasic@yahoogroups.com> Sent: Wednesday, September 03, 2003 8:10 AM Subject: Re: [xbasic] Swapping bytes in...
Vic Drastik
vicdrastik
Offline Send Email
Sep 3, 2003
4:28 am
11965
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...
Steven V Gunhouse
sgunhouse
Offline Send Email
Sep 3, 2003
5:17 am
11966
... 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...
Lobster
cructacean
Offline Send Email
Sep 3, 2003
6:01 am
11967
... 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...
Lobster
cructacean
Offline Send Email
Sep 3, 2003
6:01 am
11968
... In the PROLOG section you will see something like: ============== ' ****** Comment libraries in/out as needed ***** ' ' IMPORT "xma" ' Math...
Lobster
cructacean
Offline Send Email
Sep 3, 2003
6:01 am
11969
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...
James Blount
james680x
Offline Send Email
Sep 3, 2003
9:13 am
11970
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...
Tony Turner
tonyt92
Offline Send Email
Sep 3, 2003
10:39 am
11971
... storage. ... (except ... 32-bit ... (or use ... here). ... see any ... different. If xb ... in other ... their own ... the ... memory ... Actually, on ... ...
Ken Minogue
xbkpm2
Offline Send Email
Sep 3, 2003
3:31 pm
11972
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...
Steven V Gunhouse
sgunhouse
Offline Send Email
Sep 3, 2003
4:56 pm
11973
... 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...
muwattallii
Offline Send Email
Sep 3, 2003
5:17 pm
11974
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the xbasic group. File :...
xbasic@yahoogroups.com
Send Email
Sep 3, 2003
6:51 pm
Messages 11945 - 11974 of 17972   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help