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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 17299 - 17328 of 18801   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
17299
I assume this means either: 1) Everyone knows what .s# and .j# do, so it's such a stupid question it doesn't bear comment, or ... 2) Nobody knows what .j# or...
etfan2121
Offline Send Email
Apr 1, 2007
12:37 pm
17300
From the programming language guide: bitfield intrinsics CLR() clear arbitrary bit field to zeros SET() set arbitrary bit field to ones MAKE() make...
etfan2121
Offline Send Email
Apr 1, 2007
2:20 pm
17301
Most people are GUI people, and probably haven't used that command field much. ... -- Steve Gunhouse...
Steve Gunhouse
sgunhouse
Offline Send Email
Apr 1, 2007
4:13 pm
17302
... It is not a stupid question, but most likely everyone else finds it an uninteresting question. Actually, the source is available and if somebody really...
Vincent Voois
vvacme
Offline Send Email
Apr 1, 2007
6:03 pm
17303
... honestly, i don't have a clue. BUT: i think this is something like the good old Goto. .s# LABEL you can create a label, and with .j# LABEL, you can jump to...
Thomas Ilnseher
xxxtommy2003
Offline Send Email
Apr 1, 2007
6:16 pm
17304
... uninteresting question. Well, we don't know how interesting it is until we know what it is! To me, if I want to learn a programming language, I want to...
etfan2121
Offline Send Email
Apr 1, 2007
11:30 pm
17305
... That's pretty much what I thought, but ... can't seem to get it to work. Thanks for the responses! etf...
etfan2121
Offline Send Email
Apr 1, 2007
11:35 pm
17306
Hi: I have found the following in the source for XIT.X but I don't think it works, but I am no expert. I also don't know what jump is supposed to do from the...
old2newbie
Offline Send Email
Apr 2, 2007
12:11 am
17307
I try to download xbasic but could not let download the softwear. Could you please help me to aplace for downloadin xbasic or basic. Thank you for your help ...
gboutros22
Offline Send Email
Apr 2, 2007
1:41 pm
17308
... From: "gboutros22" <gboutros22@...> To: <xbasic@yahoogroups.com> Sent: Sunday, April 01, 2007 3:00 PM Subject: [xbasic] Download Xbasic compiler ... ...
Vic Drastik
vicdrastik
Offline Send Email
Apr 2, 2007
1:51 pm
17309
Hi again: When you start Xbasic, the Intermediate Window Shows ".c enter dot commands here". If you click on the down pointing black triangle to the right of...
old2newbie
Offline Send Email
Apr 3, 2007
1:29 am
17310
... I can help you on that. .rj evidently used to be in the debug menu, and it's still explained there in the docs, albeit only with one line. To wit: Jump...
etfan2121
Offline Send Email
Apr 3, 2007
2:42 am
17311
Hi Hugh, ... Clearly this is not a complete list. So not sure what we can deduce from this. Every command from the drop down menus is available via dot...
etfan2121
Offline Send Email
Apr 3, 2007
3:36 am
17312
... Exactly. The dot commands do not automatically mirror the menus, when we decided to add Run > Erase output we just didn't think about adding a dot command...
Steve Gunhouse
sgunhouse
Offline Send Email
Apr 3, 2007
4:41 am
17313
Hi Steve, Hey, here's an idea -- why not just leave out the dots!? If the idea is to save time by avoiding moving your hand to the mouse, then let's save some...
etfan2121
Offline Send Email
Apr 3, 2007
8:09 am
17314
One thing you can take to the bank -- Max R. wanted a Functions menu, but wound up calling it View, for obvious reasons. Euphoria turned open source while my...
etfan2121
Offline Send Email
Apr 3, 2007
4:09 pm
17315
Hi, This is both an XB and a DOS-command question. I call Ghostscript from an XB program using the SHELL() intrinsic (on Windows XP). Ghostscript accepts...
essinias06
Offline Send Email
Apr 4, 2007
8:14 pm
17316
Not with SHELL, no. Windows does have a set up for inter-process communication, but it isn't a standard feature in XB. You'd need to import parts of the...
Steve Gunhouse
sgunhouse
Offline Send Email
Apr 5, 2007
4:20 am
17317
Hi essinias06, I am new to XBasic, but I am using xblite for 2 years now. I did use the SHELL operator as follows. (Please note that I insert a space as a...
Guy Lonne
guy_lonne
Offline Send Email
Apr 5, 2007
9:57 am
17318
Hi Steve, Hi Guy, Thanks for your answers. Steve confirmed me that the SHELL() can call a program with parameters but not keep control over the opened program...
essinias06
Offline Send Email
Apr 5, 2007
6:59 pm
17319
I would like to use the XstGetFilesAndAttributes() function to detect temporary files that are older than a few hours and then delete them using the...
essinias06
Offline Send Email
Apr 5, 2007
7:07 pm
17320
Well how about something like this: XstGetFilesAndAttributes (#SourceFiles$[x], 255, @files$[], @FileInfo[]) High$ = HEX$(FileInfo[z].createTimeHigh) ...
Vincent Voois
vvacme
Offline Send Email
Apr 5, 2007
8:47 pm
17321
Why? Just use GMAKE. ... -- Steve Gunhouse...
Steve Gunhouse
sgunhouse
Offline Send Email
Apr 5, 2007
11:18 pm
17322
Hi All, As always I appreciate your time and expertise, and as almost always I spent at least a half hour on each of these trying to find the answer by ...
etfan2121
Offline Send Email
Apr 6, 2007
12:18 pm
17323
... From: "etfan2121" <etfan2121@...> To: <xbasic@yahoogroups.com> Sent: Friday, April 06, 2007 10:17 PM Subject: [xbasic] Two quick debug questions Hi...
Vic Drastik
vicdrastik
Offline Send Email
Apr 6, 2007
1:32 pm
17324
Hi Vic, Thanks very much for your time. I got both of them to work now. 1) I never would have thought of leaving out the = sign. I think I did try adding the...
etfan2121
Offline Send Email
Apr 6, 2007
5:01 pm
17325
... I love that British spelling of programme. I'm a big Sherlock Holmes fan. I was wondering if you (or anybody) could point me to a brief explanation of...
etfan2121
Offline Send Email
Apr 6, 2007
5:24 pm
17326
This has no more to see with the initial XB question, but just for those interested in Ghostscript... A Ghostscript user show me the way to send Postscript...
essinias06
Offline Send Email
Apr 6, 2007
7:34 pm
17327
no text...
etfan2121
Offline Send Email
Apr 6, 2007
7:38 pm
17328
Vincent, Steve, Thank you. Vincent mentioned XstFileTimeToDateAndTime(). Thanks. No doubt that I'm going to use this function to keep trace of what is done by...
essinias06
Offline Send Email
Apr 6, 2007
7:50 pm
Messages 17299 - 17328 of 18801   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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