Search found 9 matches

by jmcbride
Thu May 16, 2013 10:30 pm
Forum: Feature Requests and Wishlists
Topic: Requst expanded CONSOLE functionality
Replies: 5
Views: 2077

Re: Requst expanded CONSOLE functionality

Actually, I did better than that. :D


I read the documentation for the console library and is says for use in graphic mode. It does not mention text mode, which is what I work in and thus the reason for my suggestion.
by jmcbride
Thu May 16, 2013 5:30 pm
Forum: Feature Requests and Wishlists
Topic: Requst expanded CONSOLE functionality
Replies: 5
Views: 2077

Requst expanded CONSOLE functionality

I do alot of writing for CLI applications and I find the console support of Purebasic needing a revisit.

It'd be nice to:

1 - query the screen size

2 - turn on or off screen scroll

3 - support ANSI graphics

4 - And be able to place the cursor anywhere on the screen with simple PRINT@ or LOCATE ...
by jmcbride
Mon May 06, 2013 10:00 pm
Forum: General Discussion
Topic: Nip hacking in the bud with Purebasic
Replies: 20
Views: 6017

Re: Nip hacking in the bud with Purebasic

@jmcbride
Well, new forum members who post that much in random topics are most often spam bots. Some of them are pretty clever and give logical answers. But you are always able to detect them by their high p/hrd (posts per hour after the registration date) rate and/or some made up member name ...
by jmcbride
Sun May 05, 2013 11:04 pm
Forum: General Discussion
Topic: Nip hacking in the bud with Purebasic
Replies: 20
Views: 6017

Re: Nip hacking in the bud with Purebasic

They were topics that interested me.


What's the problem with that?

And what spam did you see me post?

You must have something better to do than follow me around. Don't you??
by jmcbride
Sun May 05, 2013 10:29 pm
Forum: General Discussion
Topic: how much should i pay who?
Replies: 6
Views: 2874

Re: how much should i pay who?

I contract out. I charge $125.00 per hour.
by jmcbride
Sun May 05, 2013 10:15 pm
Forum: General Discussion
Topic: Nip hacking in the bud with Purebasic
Replies: 20
Views: 6017

Re: Nip hacking in the bud with Purebasic

Can I have a copy of your corrupted index.html file???
by jmcbride
Sun May 05, 2013 10:11 pm
Forum: Off Topic
Topic: Why not make PureBasic Open Source ?
Replies: 91
Views: 25938

Re: Why not make PureBasic Open Source ?

By all means OpenSource!

It'll get more eyes on it...
by jmcbride
Sun May 05, 2013 9:56 pm
Forum: General Discussion
Topic: Should Val() return NaN?
Replies: 22
Views: 4804

Re: Should Val() return NaN?

This is where I really have a problem with PureBasic and is one of the reasons I haven't bought a copy.... yet.

Every other BASIC I ever used, never split VAL() the way PureBasic does.

I mean really why the deviation? VA() VALF() VALD()...

It's counter intuitive...