I have a 9X9X9 array. How do I use F8 (display variables) to look at the contents? 'details' is the start, but what next? The next higher or next lower moves...
... Double-click on the level, a new dialog opens with the array that is inside that root-level, but i never have worked intensively with more than one level...
I must be missing something. After I select 'array' I select 'detail'. I then get a new dialog box with the title 'array'. The 2nd line gives the function name...
Let's try a sample program to see how the array display works. FUNCTION Entry () DIM a[9,9,9] a[4,5,6] = 99999 ... Single step the above program to the END...
This seems to be the same message I sent 4/21/08 2:24 ... From: Al Farkas To: xbasic@yahoogroups.com Sent: Monday, April 21, 2008 2:24 PM Subject: Re: [xbasic]...
I must be missing something. After I select 'array' I select 'detail'. I then get a new dialog box with the title 'array'. The 2nd line gives the function name...
... I'm not sure where "level" is coming from. Double-click on the index that you want, or click once then click "Next lower dimension". Someone else already...
Hi to all, I'm trying to call my own .dll functions writted on Delphi 2.0 from xBasic program. These functions can't be converted to xBasic sourcecode...
... First of all, XBasic STRING type is not a type understood by other programs, you'll need to use pointers. Then you'll also have to use CSTRING(address) to...
... You might want to change the STRING cIN$ and STRING cKey$ into XLONG cIN and XLONG cKey and use the copymemory function to copy strings from the address...
My program compiles fine in XP. No joy in Linux Ubuntu 8.04. I get : cc -g -Wall -ggdb freqset6.o -rdynamic -L/usr/X11R6/lib -lxb -lX11 -ldl -o freqset6 ...
... 6.2.3..tarball. Funny a few years ago in a previous linux installation I had it working ok. This time I had a lot of dependency problems to get even this...
On Mon, 28 Apr 2008 09:25:57 -0400, Eric Furness <ericfurn@...> ... Newer versions of Linux don't work with 6.2.3, You'll need to download Eddie's 6.3...
Hi, I read there is a XB 6.3 beta somewhere to download which runs on newer Linuxes. Where can I find it? It seems not to appear in the "files" section of the...
If I may. If XB 6.3 does bomb out, install the latest release of wine and install XB for windows. I use Suse 10.1 and XB for linux kept on bombing out. Now...
Good day, Can a person use the Xbasic language in Foxpro. We are trying to use a date function to execute an command in Foxpro, but are unable to do so. Does...
No surprise. The copiler outputs i386 (32-bit) assembler, of course it won't be able to convert the assembler to binary if you try to do it in x86-64 mode. On...
I am a newbe: These items frustrate me. I am running Fedora Core 8 on my main machine. And I am running Fedora Core 9 on my laptop computer. I installed...
... 6.2.3 is really a version that predates gcc 4 and thus doesn't work very well. The lead developer, Eddie, has a version up for gcc 4 under the name xbasic...
Hi People, I think I remember a way to convert a string variable of numeric digits to a numeric value. Xbasic doesn't have VAL command like some other basics...
Hi People, I was wanting a function that would decode a string according the the number base I was entering the digits into the string for. In other words, if...