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 18141 - 18170 of 18795   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
18141
I have been trying to get the following to print at position b horizontally and 12 vertically down. It either generates an error or just prints at the top. ...
ccearnheart
Offline Send Email
Dec 4, 2008
5:54 pm
18142
... You would probably be interested in the FORMAT$() function described here along with a sample program. ... string = FORMAT$( format$, argument ) Return a...
cw2008can
Offline Send Email
Dec 5, 2008
4:59 am
18143
Hello xbasic, I know how to open an existing file for read or write but what if I only want to check for the existence of a file. I have experimented with: ...
Kerry Miller
n0wiq49
Offline Send Email
Dec 5, 2008
5:43 pm
18144
... only ... XstGetFileAttributes (file$, @attributes) XstFindFile (file$, @path$[], @path$, @attr) file$ = File name to search for path$[] = String array of...
cw2008can
Offline Send Email
Dec 5, 2008
7:00 pm
18145
Hi: The mouse messages returned in the following code segment are the same number as returned by #GetGridNumber for XuiLabel grids. But for XuiTextArea grids a...
old2newbie
Offline Send Email
Dec 6, 2008
3:01 am
18146
... An xuiTextArea has 3 kids - the text itself, and the two scroll bars. Answer your own question - try clicking on one of the scroll bars. Yeah, you'll get a...
Steve Gunhouse
sgunhouse
Offline Send Email
Dec 6, 2008
3:06 am
18147
Is there a fresher "XBasic Manual" than the one I have down loaded (1988-1999)? -- Kerry N0WIQ My web site URL is: http://mywebpages.comcast.net/n0wiq...
Kerry Miller
n0wiq49
Offline Send Email
Dec 6, 2008
10:50 am
18148
I guess I'm dense. I have tried repeatedly to get the Function listed below to print at vertical position 12 in the Cinsole window. Doesn't work. Please give...
ccearnheart
Offline Send Email
Dec 8, 2008
1:17 pm
18149
... The Console window is meant to display simple information in a line-by-line mode. If you really want to display exactly the way you want, you need to...
cw2008can
Offline Send Email
Dec 8, 2008
4:14 pm
18150
... What is the value of #SetTextCursor? This isn't a GUI program, you haven't assigned values to all the message global variables that are traditionally used...
Steve Gunhouse
sgunhouse
Offline Send Email
Dec 8, 2008
9:04 pm
18151
Thank you very much.  I'll get the hang of xBasic eventually.  It is fascinating. ... From: Steve Gunhouse <svgunhouse@...> Subject: Re: [xbasic]...
C.H. Earnheart
ccearnheart
Offline Send Email
Dec 9, 2008
11:58 am
18152
I have just started with xbasic, but it's been a very long time since I've programmed, and need a little help. Here's what I'm trying to accomplish. I have a...
Andy
gekco_1
Offline Send Email
Dec 10, 2008
10:58 pm
18153
... Sounds pretty trivial, though I didn't see a name for your other job file ... For the record, 1252 is the number Windows uses for the standard "Western...
Steve Gunhouse
sgunhouse
Offline Send Email
Dec 11, 2008
7:48 am
18154
Steve, They will delete ink profiles from the Heidelberg press console, which won't delete them from our master file. As for errors, there would only be a few...
Andy
gekco_1
Offline Send Email
Dec 11, 2008
1:52 pm
18155
Steve,   Still no success.  Listed below is the entire Program.  Please run it and observe the output to the Console.   Thanks in advance.   Chuck   ' ' ...
C.H. Earnheart
ccearnheart
Offline Send Email
Dec 11, 2008
3:03 pm
18156
I know this should be a fairly straight forward piece of code, but I have to admit, I'm a little lost in xbasic right now. I know once I understand the...
Andy
gekco_1
Offline Send Email
Dec 11, 2008
5:13 pm
18157
I'm playing with xbasic, and trying to get the language right. First question. If I make the following statement; nn=nn+1 The value appears to set nn to 1 on...
Andy
gekco_1
Offline Send Email
Dec 11, 2008
5:57 pm
18158
Yes, the list supports attachments. The network drive that the other files are on is attached to the pressman's computer? If the pressman has to delete a job,...
Steve Gunhouse
sgunhouse
Offline Send Email
Dec 11, 2008
8:28 pm
18159
As mentioned in the other post, you should be using XuiSendStringMessage ... with the message quoted and preceded by an "@" character. ... -- Steve Gunhouse...
Steve Gunhouse
sgunhouse
Offline Send Email
Dec 11, 2008
8:37 pm
18160
No, the press computer has always been a proprietary stand alone NT machine buried inside the press console. I hacked into it and got down to the base NT...
Andy
gekco_1
Offline Send Email
Dec 11, 2008
10:09 pm
18161
How do you step through a program? ... From: cw2008can <cw2008can@...> Subject: [xbasic] Re: Vertical Positioning In Console To: xbasic@yahoogroups.com ...
C.H. Earnheart
ccearnheart
Offline Send Email
Dec 12, 2008
7:16 pm
18162
There are icons on the toolbar, or also keyboard shortcuts. There's one for running to the line where the cursor is, there's one for Stop, one for step (but...
Steve Gunhouse
sgunhouse
Offline Send Email
Dec 13, 2008
2:06 am
18163
One of the beautiful things about XBasic is the Development Environment window with the ability to "step" through a program and see the value of the variables...
cw2008can
Offline Send Email
Dec 13, 2008
4:10 am
18164
Hi Group, Have I missed a WAIT statement in my reading? -- Kerry N0WIQ My web site URL is: http://mywebpages.comcast.net/n0wiq...
Kerry Miller
n0wiq49
Offline Send Email
Dec 13, 2008
1:40 pm
18165
... Wait for what? There is an equivalent of a pause command (pause for a specified length of time), but in other languages the WAIT command waited for an...
Steve Gunhouse
sgunhouse
Offline Send Email
Dec 13, 2008
8:28 pm
18166
I did not see a reply that addressed this question. If your program is looping through various functions then you will need to set variables as STATIC to...
old2newbie
Offline Send Email
Dec 17, 2008
2:20 am
18167
How do you assign values to all message strings, and where do you find documentation on this subject?  Maybe I just haven't downloaded the correct docuation. ...
C.H. Earnheart
ccearnheart
Offline Send Email
Dec 18, 2008
12:07 pm
18168
I am running Fedora Core 10 Linux on my laptop computer and havent been able to get a Linux installation. What url should I use? -- Kerry N0WIQ My web site...
Kerry Miller
n0wiq49
Offline Send Email
Dec 18, 2008
3:47 pm
18169
Hi Xbasicers, I wish you health and happiness for year 2009 (and the following) Best regards, Guy...
Guy Lonne
guy_lonne
Offline Send Email
Dec 21, 2008
11:11 am
18170
Nicest email I've gotten!! Have a happy holiday season, everyone. -- Lew Blackman lewblackman@... Cell - 954-444-8889 ... Hi Xbasicers, I wish you...
lewblackman@...
poscomp
Offline Send Email
Dec 21, 2008
12:45 pm
Messages 18141 - 18170 of 18795   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