Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - bplus

Pages: 1 ... 534 535 [536] 537
8026
Programs / Re: File Listing
« on: July 27, 2017, 09:22:25 am »
Thanks that is one I have been currently wanting!

8027
Programs / Re: QB64-interpreter
« on: July 27, 2017, 08:38:49 am »
Hi Fellippe,

Well I love your start!

8028
Programs / Re: QB64-interpreter
« on: July 27, 2017, 08:22:03 am »
Hi Fellippe,

So yours can list variables? Nice idea, if I am correct (I am only skimming through code).

And macros for save, ... nice! (again if I read right)

8029
Hi,

Run works in QB64 doesn't it?

Append: I mean if I RUN a command line, I will be returned to calling program when it finishes, right?

Append 2: Oh! I might be thinking of SHELL command. :) (bplus is rusty)

8030
Programs / Re: QB64-interpreter
« on: July 27, 2017, 08:05:10 am »
Hey Fellippe!

You do the do loop like I do! Only way out is through an Exit command, right?

ELSE for IF THEN block done very much like looking for LOOP at same level as EXIT.

Oh wait, can yours do nested loops? It doesn't look like you are checking levels.

Have you tested code with an internal loop after EXIT DO command in outer loop?

Do
    ...
    if ...
        exit do
    end if

    do
    ...
    loop
    ...
Loop


8031
QB64 Discussion / Re: Hi everybody
« on: July 27, 2017, 08:00:17 am »
Hi TempodiBasic,

May I ask how you started with Basic?

8032
Programs / Re: Brainfuck Interpreter
« on: July 27, 2017, 07:55:28 am »
Hi Erik,

It's epic! Awesome!

But I only skimmed as I have another little one in the works. 2nd mod since BF, BQ (Be Quicker) 1st mod, EIN (Everything Is Number) 2nd mod (Smaller than my Nano?). BF taught me stuff! but I've tossed the ptr and incrementors of memory locations :)

I noticed mention of DOS, does it work in Windows? dumb question?

Also if it does work in Windows, do I need QB64? ;)

A cool thing I caught, I think, was assembler or machine code capable? or did i misread in skim.

Can QB64 do that?

8033
InForm Discussion / Re: InForm
« on: July 25, 2017, 01:49:13 pm »
Thanks just what I am needing, Wiki bookmarked!

8034
InForm Discussion / Re: InForm
« on: July 25, 2017, 01:33:33 pm »
Hi again,

Yes! got it going, it just hung with a black screen for awhile THEN it changes color and announces Launching, then not long after that the tools appear. (My computer suffers a bad case of the s-l-o-w-s now and then, I wonder if it's been hacked.)

A list box might work as texteditor control by numbering lines like a program, how hard is it to keep sorted, add/delete items in list box? Maybe a sample using that?

Thanks!

8035
InForm Discussion / Re: InForm
« on: July 25, 2017, 01:18:58 pm »
Hi again,

I am famous for making stupid mistakes especially getting started with something. I am assuming just run UiEditor.exe or .bas, doing this (with Walter's fork), I am getting black screen, no error message. Do things take awhile to load?

What is UiEditorPreview? Maybe I should watch demo again. BTW I did not notice there were 3. ;)

Append:  OK! It just took awhile to launch.

8036
InForm Discussion / InForm
« on: July 25, 2017, 12:50:56 pm »
Hi All,

I just downloaded InForm and first of all want to say, Thank You Fellippe!

This looks more a VB style that I have used in 90's than JB's current version.

Are there any know issues using it with Walter's fork of QB64 1.1? (ie should I get a different version QB64?)

There is probably a wealth of stuff at [abandoned, outdated and now likely malicious qb64 dot net website - don’t go there] but could we get a few small samples here for getting started?

I am especially interested in using a texteditor control all the ins & outs, if there is one.

Also watching the Tic Tac Toe demo, I see ways to align controls that I don't remember having in 90's, cool!


Append: I guess there is an issue with the fork, I am getting blank screen running UiEditor.exe and .bas.

8037
QB64 Discussion / Re: Hi folks...
« on: July 25, 2017, 10:12:58 am »
Hi Unseen,

Glad to meet you, John.

I started with GW BASIC while working a very boring QC job, ah life after work!
Then onto Quick Basic 4.5 and then VB 2.0 and VB for MS DOS and then started using some of my programs at work.
Then huge gap while things got faster for Windows and Internet took over.

Now here we are!

Mark AKA bplus

8038
QB64 Discussion / Re: Compound assignments
« on: July 24, 2017, 05:35:17 pm »
Thanks!

Ah the legendary Galleon who is supposed to be fixing [abandoned, outdated and now likely malicious qb64 dot net website - don’t go there], I've heard of along with Fellippe and SMcNeill at that site.

Who is Luke? Has he posted here? (no members Index, yet?)

Have I run into him at The QB64 Edition?

Append: Oh here he is! 5 posts, sorry old age is having it's effect.

8039
Programs / Re: The Recursive Descent Parser
« on: July 24, 2017, 02:21:16 pm »
Hi Erik,

Did you use this in your Interpreter SICK64D1.zip that I just downloaded?

8040
QB64 Discussion / Re: Compound assignments
« on: July 24, 2017, 02:15:38 pm »
May I ask how a change is made and who goes about doing it?

I mean we may be just wasting our time with all these opinions.

I really doubt it is a democratic process. And those who have technical knowledge of what an actual change involves certainly carry more weight with their opinions (hopefully). But then there is the Tradition thing which is all opinion and there a community may have more equal input.

All this supposes the changer listens and weighs-in all these factors.

Pages: 1 ... 534 535 [536] 537