... OK. The TI (IIRC) had a fixed number of registers and a fixed number of steps - though I could be wrong, it must be 20 years since I used it. ... That...
Hi, I'm new to XBasic, just started a couple of weeks ago. I'm trying to move a program I use for spectroscopic data analysis from Microsoft QB 4.5 to XBasic. ...
No problem Hugh. This is not exactly proprietary stuff here. I did get it working, still looking for a way to highlight the next clip to play but that...
Hi, It does seem to be a slight bug but easy to work around as you've displayed. Giving that you're using Windows XP why don't you use the windows explorer...
I've just got a baffling error here - I'm trying to call a FUNCTION that will control a modal window (yep I've managed to create one!) and struck a rather...
... Andor Technology has offices in Europe, US and Japan. The registered headquarters are in Northern Ireland (Company registration number is NI 22466). Andor...
... GetTextList3(text$[], @ reply$[], @ result$) you're passing a string array by value hence the error, this error expect and by design. Askdetails(label$, @...
... Hi cr, I was running Turbo Pascal 3 on a 1086 (precursor of the 286) bridgeboard for the BBC. BBC Basic like many early Basics was built in. It seems to my...
Forgotten haven't you? Strings and arrays such as text$[] must be passed by reference. It should say GetTextList3(@text$[], @reply$[], @results$) For strings...
Hi kgibbons: Your attachments did not come through Yahoo. Perhaps you could post them to the members file area and delete them after a week or so. That would...
I raised a question a few days ago about how to open/read data from a serial (COM1) port but have gotten no response. Is there any help out there . . . Thanks,...
... Hi Gary There is an XPR library file that can be downloaded from the members file area. But I don't think Xbasic can print fancy reports with different...
... From: "bclcrosby" <bclc@...> To: <xbasic@yahoogroups.com> Sent: Thursday, June 03, 2004 5:39 AM Subject: [xbasic] Opening/reading a serial (COM1) port ...
On Wed, 02 Jun 2004 22:33, Michael McElligott wrote: (snip of my horrible code) ... Thanks, Michael. I'd just never grasped that the '@' meant 'pass by ...
Umm, not so much 'forgotten' as never grasped it (this is where my total lack of any computer language teaching really shows up). I just knew that the '@'...
Hi, Thank you for the reply. The reason why I want to use only internal routines is that I would like to port the program to Linux. I have a working version of...
Hi, Thank you for the reply. The reason why I want to use only internal routines is that I would like to port the program to Linux. I have a working version of...
Thanks. They are in a folder called cliplay in the members folder. ... From: "old2newbie" <hcass@...> To: <xbasic@yahoogroups.com> Sent: Wednesday, June...
On Fri, 4 Jun 2004 09:07:18 +1000 "Vic Drastik" <vicdrastik@...> ... Would it? If your lowest value is currently 'D' = 68, subtracting 69 will produce...
I appreciate your help! I think I can proceed with the information you've offered. This group is a great help for those of us just getting started. Peace, BCLC...
FYI-- An update of XBLite, v1.4.1, has been released and is available for download from the XBLite websites: Download xblite_141.zip: http://xblite.xbasic.org/...
I am unable to alter the size of the window during execution. The problem has happened because my program is being used on a machine with a display of a lower...
On Sat, 05 Jun 2004 12:16:31 -0000 "prithwis" <prithwis@...> ... You already are using it. A standard GUI window has a resize frame (which means the...