Page 1 of 1

heh heh silly me

Posted: Sun Aug 05, 2012 2:00 pm
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?

Re: heh heh silly me

Posted: Sun Aug 05, 2012 2:43 pm
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.

Re: heh heh silly me

Posted: Sun Aug 05, 2012 2:47 pm
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.

Re: heh heh silly me

Posted: Sun Aug 05, 2012 2:50 pm
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.

Re: heh heh silly me

Posted: Sun Aug 05, 2012 2:58 pm
by cbrooks
thx!

Re: heh heh silly me

Posted: Sun Aug 05, 2012 10:27 pm
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?

Re: heh heh silly me

Posted: Sun Aug 05, 2012 10:37 pm
by luis
files->preferences->editor->indentation

Re: heh heh silly me

Posted: Sun Aug 05, 2012 10:44 pm
by cbrooks
i found the editor, but not "indentation"

Re: heh heh silly me

Posted: Sun Aug 05, 2012 10:57 pm
by MachineCode
Download the latest version.

Re: heh heh silly me

Posted: Sun Aug 05, 2012 11:04 pm
by cbrooks
will do - thx. This site is very helpful and responsive. thank you!