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 17389 - 17418 of 17854   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
17389
... You have to make sure the directory is empty, or it won't delete. You might not be aware of this unless you check the error returned by XstDeleteFile. You...
etfan2121
Offline Send Email
May 1, 2007
5:06 pm
17390
Hi ETF: You are doing a lot of testing, and that is great. Yes, the directory has to be empty but that goes back to the days of DOS. DOS does not allow a...
old2newbie
Offline Send Email
May 3, 2007
1:00 am
17391
Hey Hugh, ... It's a phase ... [:D] What you don't realize is I'm doing the same thing with VBScript. I deliberately did two languages at once, to keep ...
etfan2121
Offline Send Email
May 3, 2007
7:21 am
17392
... The place where you need $$PathSlash$ is if you are trying to parse some path. When used as input to a command, XB accepts either. But if you actually try...
Steve Gunhouse
sgunhouse
Offline Send Email
May 3, 2007
1:36 pm
17393
... some ... system ... last ... I see what you mean. Good point. etf...
etfan2121
Offline Send Email
May 4, 2007
11:33 am
17394
I started a thread 18 months ago about a "Strange statement in the html docs." I now believe most of the statements on that page refer to a previous version...
etfan2121
Offline Send Email
May 4, 2007
11:54 am
17395
According to the docs: "Operator class determines certain aspects of how operators behave." It goes on to list classes in a table separately from...
etfan2121
Offline Send Email
May 4, 2007
12:02 pm
17396
Thanks Steve. Sorry for the delay in replying, but I've only just got back to Xbasic after a long time off-line through pressure of other things. I was going...
gungadout
Offline Send Email
May 4, 2007
3:30 pm
17397
... From: "etfan2121" <etfan2121@...> To: <xbasic@yahoogroups.com> Sent: Friday, May 04, 2007 10:01 PM Subject: [xbasic] Operator Class ... I interpret...
Vic Drastik
vicdrastik
Offline Send Email
May 5, 2007
9:55 am
17398
... From: "etfan2121" <etfan2121@...> To: <xbasic@yahoogroups.com> Sent: Friday, May 04, 2007 9:54 PM Subject: [xbasic] Nesting revisited I started a...
Vic Drastik
vicdrastik
Offline Send Email
May 5, 2007
10:19 am
17399
... Very helpful, thank you! Some times I get a little lost in the details, you know? etf...
etfan2121
Offline Send Email
May 5, 2007
4:20 pm
17400
... like ... Well, it's hard to get that interpretation from this: "Subroutines are not recursive. They may not call themselves directly or indirectly. A...
etfan2121
Offline Send Email
May 5, 2007
5:09 pm
17401
I guess I can die now. [:D] http://99-bottles-of-beer.net/language-xbasic-1449.html <http://99-bottles-of-beer.net/language-xbasic-1449.html> etf...
etfan2121
Offline Send Email
May 6, 2007
10:44 pm
17402
Hi etfan, Please don't die, even out of joy! I voted for your submission in the "99 bottles of beer" site. I like it and now, I make it known by the www ;-) ...
Guy Lonne
guy_lonne
Offline Send Email
May 9, 2007
7:58 am
17403
Muchas gracias. Interesting thing is I'm about as close to a tea-totaler as you can get. Alcohol just doesn't do it for me. Like a lot of programmer types,...
etfan2121
Offline Send Email
May 11, 2007
2:57 pm
17404
I am having trouble to read and write information to a data file, and to diplay the information on screen. The data file has five fields. Thank you Paul...
trainspot0
Offline Send Email
May 13, 2007
12:58 pm
17405
On Sun, 13 May 2007 08:57:38 -0400, trainspot0 <paul.trainspot@...> ... Any other details? Is this file in text format or binary. Does it use fixed-width...
Steve Gunhouse
sgunhouse
Offline Send Email
May 13, 2007
2:03 pm
17406
The file is in text format and the fields aren't fixed. I am just getting error messages....
trainspot0
Offline Send Email
May 13, 2007
2:17 pm
17407
It's definitely possible to read and write information to a data file, and diplay the information on the screen. There are a thousand ways to mess up the...
etfan2121
Offline Send Email
May 13, 2007
8:25 pm
17408
You might want to read this stuff to help you out a bit: http://gnetools.sourceforge.net/xbsupport/viewpane_file_io.html This involves text as binary...
Vincent Voois
vvacme
Offline Send Email
May 13, 2007
9:05 pm
17409
I have been asked to design a shop type program, where the user enters a number for the product code. There are about 20 products, which will need to increase...
trainspot0
Offline Send Email
May 13, 2007
9:26 pm
17410
Well, designing a database is not exactly peanuts. Not only do you need to let your program create tables to keep record data and pointers, you need to take...
Vincent Voois
vvacme
Offline Send Email
May 13, 2007
10:04 pm
17411
... It can certainly be done. I wrote a program a couple of years ago that did almost exactly that, though the files it used came in Dbase III format with ...
cr
cr2003nz
Offline Send Email
May 14, 2007
9:41 am
17412
To CR Before I know about XBasic, I had done it in QuickBasic, but due to memory, I could only have 10 items at most. It loaded a text data file that...
trainspot0
Offline Send Email
May 14, 2007
4:30 pm
17413
To handle a database with variable-length fields in XBasic ... depends on the format. If it's a text format like CSV you could use INFILE$ to read one line at...
Steve Gunhouse
sgunhouse
Offline Send Email
May 15, 2007
1:25 am
17414
This group is set up to help programmers with specific problems in using XBasic. It sounds more like you're trying to get someone to write the program for...
etfan2121
Offline Send Email
May 15, 2007
7:37 am
17415
Snap! I did it in QuickBasic too, and I ran out of memory very fast - hence my comment! And I settled on Xbasic partly because I run Linux and my friend uses...
cr
cr2003nz
Offline Send Email
May 15, 2007
11:02 am
17416
Yes, I was thinking something like that - each record as one line, separated by CR/LF, and each field maybe separated by commas. Not too hard to do, and a...
cr
cr2003nz
Offline Send Email
May 15, 2007
11:03 am
17417
Where can I find a listing of the entire character and function set in xBasic?...
ccearnheart
Offline Send Email
May 15, 2007
11:04 am
17418
On Tue, 15 May 2007 07:03:16 -0400, ccearnheart <ccearnheart@...> ... XBasic is relatively unaware of character sets. As far as characters that are...
Steve Gunhouse
sgunhouse
Offline Send Email
May 15, 2007
12:10 pm
Messages 17389 - 17418 of 17854   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