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 11630 - 11659 of 17968   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
11630
... of ... smart ... I think this might work. Help me out if I have anything wrong please. XstGetDateAndTime(@year,@month,@day,@weekDay,@hour,0,0,0) ...
cwjunior37_98
Offline Send Email
Jul 1, 2003
7:07 am
11631
The populus / government have set specific dates to change from standard time to day light savings time. Now if you reference the time to GMT /UTC Greenidh...
Kerry Miller
n0wiq@...
Send Email
Jul 1, 2003
10:47 am
11632
Ed Jason wrote: Hi Julien :-) Ultra edit is very good from what I saw (worth paying for if you need the functionality) but colour coding is all I need for now...
julienrouiller
Offline Send Email
Jul 1, 2003
9:18 pm
11633
Thank you Steven for your answer. I believe what you say and will soon test it. It is strange: FUNCADDR variables seem to be functions (that need arguments)...
julienrouiller
Offline Send Email
Jul 1, 2003
9:33 pm
11634
Hello, I want to "REDIM" a string before brace notation assignement, because UBOUND(myString$)= -1 is not optimal! The fact is that I read a...
julienrouiller
Offline Send Email
Jul 1, 2003
9:47 pm
11635
... row$. ... FUNCTION Entry () rows$="first;second" myString$="data1;data2;data3;end" ' rows$="test2;test3;test4;test5;some more stuff;the end" ' myString$=...
james_t_kirk321
Offline Send Email
Jul 1, 2003
11:58 pm
11636
On Tue, 01 Jul 2003 21:46:25 -0000 "julienrouiller" ... The usual approach is to create a string longer that you need (usually using NULL$(len)) and then...
Steven V Gunhouse
sgunhouse
Offline Send Email
Jul 2, 2003
2:05 am
11637
... Yes please Vic - Thanks :-) That is wot I had decided ... (but had no such program) The simple strong encryption would be most welcome - thanx again ... ...
ed jason
cructacean
Offline Send Email
Jul 2, 2003
5:07 pm
11638
On Wed, 2 Jul 2003 16:39:33 +0100 "ed jason" <edjason@...> ... Hmm ... I'm wondering which way to draw a crecent would be most efficient. We do...
Steven V Gunhouse
sgunhouse
Offline Send Email
Jul 3, 2003
10:42 pm
11639
... From: "ed jason" <edjason@...> To: <xbasic@yahoogroups.com> Sent: Thursday, July 03, 2003 1:39 AM Subject: [xbasic] Digest Number 1111 -...
Vic Drastik
vicdrastik
Offline Send Email
Jul 4, 2003
9:05 am
11640
Dear Friends of Max Reason and XBasic, Now that I have been using XBasic for a month I want to harnass some of the speed. Anyone have some interesting ways to ...
ed jason
cructacean
Offline Send Email
Jul 4, 2003
2:38 pm
11641
Dear XCoders, Big THANK YOU to Steven V Gunhouse for his crescent drawing code . . . (now I get to uncheck the maths library in 'Prologue') as well ... Managed...
ed jason
cructacean
Offline Send Email
Jul 5, 2003
7:16 am
11642
Not sure if this is the right place to mention this but.... I've just installed Debian, so I had to reinstall Xbasic. I downloaded the 6.2.3 tar.gz file...
cr
cr2003nz
Offline Send Email
Jul 5, 2003
9:03 am
11643
On Sat, 5 Jul 2003 07:56:46 +0100 "ed jason" <edjason@...> ... Nothing serious. I believe we did the equation of a circle in grade 10. To make...
Steven V Gunhouse
sgunhouse
Offline Send Email
Jul 5, 2003
1:26 pm
11644
How to copy an array given its address ? I have a MatrixFromString(@string$) function that returns -1 on failure and the address of the created array on...
julienrouiller
Offline Send Email
Jul 5, 2003
6:42 pm
11645
On Sat, 05 Jul 2003 18:42:20 -0000 "julienrouiller" ... Are you actually creating an XBasic matrix in your function, or is this some sort of a C function? If...
Steven V Gunhouse
sgunhouse
Offline Send Email
Jul 5, 2003
11:40 pm
11646
My help pages are being done in HTML using the command: CASE $Info : SHELL (":c:/program files/internet explorer/iexplore.exe c:/xb/help_info.html") So...
ed jason
cructacean
Offline Send Email
Jul 6, 2003
3:39 am
11647
hey thanks for the help on geting directories :D much appreciated! problem is, i'm really at a loss at to how to start programming in xbasic..i've busied...
Lazarus Bruce
the_lazarus_...
Offline Send Email
Jul 6, 2003
4:45 am
11648
I'm just getting going with XBasic on Linux and thought I'd create an executable from the adrawing demo, just to see if it worked. Well, it didn't! after...
julesdavy
Offline Send Email
Jul 6, 2003
10:01 am
11649
On Sun, 06 Jul 2003 10:01:03 -0000 "julesdavy" <julesdavy@...> ... Have you installed the "development" libraries for X? Most versions of Linux don't...
Steven V Gunhouse
sgunhouse
Offline Send Email
Jul 6, 2003
10:42 am
11650
The matrix created by the function is an XBasic array. Your proposition to return an empty array using DIM result[] is a very good idea (often the most...
julienrouiller
Offline Send Email
Jul 6, 2003
10:53 am
11651
I did not know the existence of Matizha Sublime. I used another free HTML editor, which I find excellent: 1st Page 2000. You can choose between various modes; ...
julienrouiller
Offline Send Email
Jul 6, 2003
11:08 am
11652
... Hi Steve, Thanks for the quick response. I did install the development group of packages from the CD during the initial install (I'm using Libranet 2.8 -...
julesdavy
Offline Send Email
Jul 6, 2003
4:49 pm
11653
On Sun, 06 Jul 2003 16:49:12 -0000 "julesdavy" <julesdavy@...> ... That's the right general name anyway, obviously you need a version matching your...
Steven V Gunhouse
sgunhouse
Offline Send Email
Jul 6, 2003
6:32 pm
11654
I don't knot where you got the -1 from. If you got it from the open function It means the file doesn't exist. This means you have to open a new file to begin...
Kerry Miller
n0wiq@...
Send Email
Jul 7, 2003
12:02 am
11655
... From: "julienrouiller" <julienrouiller@...> To: <xbasic@yahoogroups.com> Sent: Sunday, July 06, 2003 4:42 AM Subject: [xbasic] Copying an array from...
Vic Drastik
vicdrastik
Offline Send Email
Jul 7, 2003
12:57 am
11656
... Hi Julien :-) Ah yes - that is here too ... - I am sure it is very good but it was a bigger download :-) m m m . . . - I have been thinking it might be...
ed jason
cructacean
Offline Send Email
Jul 7, 2003
3:07 pm
11657
I have received a few suggestions. I haven't been able to make them work. My situation is: I want to display results of a variable in the display area of a...
Kerry Miller
n0wiq@...
Send Email
Jul 7, 2003
9:27 pm
11658
PROBLEM WITH THE RPV PRINTING SYSTEM The RPV Printing System works very well with XBasic but there is one problem I just couldn't live with. So, if you're...
onemarbleless
Offline Send Email
Jul 8, 2003
7:11 pm
11659
... told ... XBasic ... several ... I use RPV for over a year - I have no problems When I installed RPV, I immediately created the dedicated folder for the...
schottgunt
Offline Send Email
Jul 9, 2003
6:18 pm
Messages 11630 - 11659 of 17968   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