Search found 6 matches

by Bob82604
Fri Apr 07, 2017 5:28 pm
Forum: General category
Topic: FNXBasic and SQLite3
Replies: 5
Views: 43162

FNXBasic and SQLite3

this might be of some help:

http://fnxbasic.com/cgi-bin/QandA/YaBB.pl?num=1326960009/1#1
by Bob82604
Fri Mar 03, 2017 11:03 pm
Forum: General category
Topic: Progress of new version
Replies: 8
Views: 53105

Progress of new version

Like waiting for Heinz Ketchup.....
by Bob82604
Mon Jan 09, 2017 5:24 am
Forum: General category
Topic: Initializing arrays
Replies: 1
Views: 38593

Initializing arrays

I am working on a custom component that needs an external array.This array is a 16 X20 byte array.I there a way to initialize this array upon creation?RapidQ allows :defbyte QTIL311ARRAY(0 to 15 , 0 to 19) = { _      0,1,1,0,1,1,1,1,1,0,0,1,1,1,1,1,0,1,1,0, _    &n...
by Bob82604
Thu Jan 05, 2017 5:53 am
Forum: examples
Topic: Rapid-Q VS FnxBasic
Replies: 6
Views: 44482

Rapid-Q VS FnxBasic

I just wanted to add that William Yu did not release his RapidQ source code to the public.

On google there is a link to his "I`m Sorry" post
search:
William Yu : I`m sorry ... - Rapid-Q Inside - Sites - Google

In it he explains why he did not.  ;)
by Bob82604
Fri Dec 30, 2016 11:15 pm
Forum: General category
Topic: Re: How To Use Programming Languages?
Replies: 0
Views: 38244

Re: How To Use Programming Languages?

Sorry for the late response. :(c/c++/c#/java/... are compiler type languages. The code is written with text editors and then compiled by either command line instructions or thru the use of a IDE, visual or text based.Depending on what your programs` needs different languages may make writing the app...
by Bob82604
Fri Dec 30, 2016 10:43 pm
Forum: discbugs
Topic: RapidQ <-> FNX Conversion
Replies: 0
Views: 49265

RapidQ <-> FNX Conversion

On the RQ forum there is talk about making a RQ <-> FNX conversion utility. My question is with FNX being rewritten should they wait or go ahead? Marco can you comment on this?I can see several differences that are not compatible and have no way to make the conversion. For instance the TYPE construc...