heh heh silly me

For everything that's not in any way related to PureBasic. General chat etc...
cbrooks
User
User
Posts: 57
Joined: Thu Sep 16, 2010 3:26 am

heh heh silly me

Post by cbrooks »

It's been a while since I've done some programming but want to get back into it.

I have a copy of PureBasic on my PC, but I honestly can't remember if its a demo version or paid version.

How do I tell?
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Re: heh heh silly me

Post by srod »

You can't remember if you paid for Purebasic?

Does 'Help/About/ not shed any light?

If not, try running :

Code: Select all

MessageBeep_(0)
If this will not compile then you have the Windows demo version.
I may look like a mule, but I'm not a complete ass.
cbrooks
User
User
Posts: 57
Joined: Thu Sep 16, 2010 3:26 am

Re: heh heh silly me

Post by cbrooks »

thank you. I was pretty sure I had bought it - that confirms it.

How can I install my paid version on another PC? I can't find a download that I have saved - it's installed on my old pc.

thx - hope this post is in the right area.
IdeasVacuum
Always Here
Always Here
Posts: 6426
Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:

Re: heh heh silly me

Post by IdeasVacuum »

You should find you can access the latest PB download here: http://www.purebasic.com/download.php

If you can't, PM Fred and he will sort it out for you.
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
cbrooks
User
User
Posts: 57
Joined: Thu Sep 16, 2010 3:26 am

Re: heh heh silly me

Post by cbrooks »

thx!
cbrooks
User
User
Posts: 57
Joined: Thu Sep 16, 2010 3:26 am

Re: heh heh silly me

Post by cbrooks »

thx again - working well so far

quick question - is there a way to get PB to auto-indent for items such as If, For, While etc - for easy viewing?
User avatar
luis
Addict
Addict
Posts: 3895
Joined: Wed Aug 31, 2005 11:09 pm
Location: Italy

Re: heh heh silly me

Post by luis »

files->preferences->editor->indentation
"Have you tried turning it off and on again ?"
cbrooks
User
User
Posts: 57
Joined: Thu Sep 16, 2010 3:26 am

Re: heh heh silly me

Post by cbrooks »

i found the editor, but not "indentation"
MachineCode
Addict
Addict
Posts: 1482
Joined: Tue Feb 22, 2011 1:16 pm

Re: heh heh silly me

Post by MachineCode »

Download the latest version.
Microsoft Visual Basic only lasted 7 short years: 1991 to 1998.
PureBasic: Born in 1998 and still going strong to this very day!
cbrooks
User
User
Posts: 57
Joined: Thu Sep 16, 2010 3:26 am

Re: heh heh silly me

Post by cbrooks »

will do - thx. This site is very helpful and responsive. thank you!
Post Reply