Wish Would it be possible to add Print & Input ?

IanMc

Well-Known Member
Licensed User
Longtime User
To add a couple of BASIC commands like

Print
and Input

For console apps

Dim myString as String = Input

Print("The result of your inputted-ness = " + myString)

Because B4j will make an excellent not to mention very powerful tool for making console apps when you don't need a GUI.

Because Erel's version of BASIC rocks! and it's easy to keep it in your head!

Maybe this is already possible and I've missed it?
 

IanMc

Well-Known Member
Licensed User
Longtime User
Thanks Erel

Although it looks fairly simple Log is presumably not only sending output to the console but also up the wire and back to the debugger?

And again although it is fairly simple and it works, that method of 'input' is something that we'd (I'd) have to look up each time.

But nice to know it's doable.

I'm just trying to put the basic back in basic :)
 

IanMc

Well-Known Member
Licensed User
Longtime User
It is yet another amazing thing that you have accomplished and yet you give it away for free!

You are like a one-man Microsoft without the overhead :)
 

IanMc

Well-Known Member
Licensed User
Longtime User
With this you are opening up the whole world of 'another operating system' to a lot of us.

To illustrate this point, yesterday I installed Linux Mint on one of my little laptops :)

It's really cool and I would not have even tried that if not for B4j
 
Top