Search found 54 matches
- Sat Sep 26, 2015 2:43 am
- Forum: Announcement
- Topic: PureBasic 5.40 LTS beta 10 is out !
- Replies: 213
- Views: 93178
Re: PureBasic 5.40 LTS beta 8 is out !
Awesome job!! Thanks for all your hard work!
- Fri May 15, 2015 1:16 am
- Forum: General Discussion
- Topic: Review Purebasic on G2 Crowd
- Replies: 0
- Views: 2102
Review Purebasic on G2 Crowd
For anyone interested in giving an honest review of Purebasic, please read the following:
Hi Robert,
I'm reaching out to people with experience using PureBasic and other dev tools - your fellow developers are coming to G2 Crowd, a third-party business software review site (think Yelp! for ...
Hi Robert,
I'm reaching out to people with experience using PureBasic and other dev tools - your fellow developers are coming to G2 Crowd, a third-party business software review site (think Yelp! for ...
- Tue Apr 15, 2014 4:35 am
- Forum: Announcement
- Topic: BASIC turning 50
- Replies: 7
- Views: 4179
Re: BASIC turning 50
A sampling of TI-Basic, which was built into the Texas Instruments 99/4A Home Computer; the BASIC I started with: 100 CALL CLEAR
110 PRINT "Start Program? (Y/N)"
120 CALL KEY (0, K, S)
130 IF K = 89 THEN 160
140 IF K <> 78 THEN 120
150 END
160 CALL SAY ("#READY TO START#")
170 REM start program ...
110 PRINT "Start Program? (Y/N)"
120 CALL KEY (0, K, S)
130 IF K = 89 THEN 160
140 IF K <> 78 THEN 120
150 END
160 CALL SAY ("#READY TO START#")
170 REM start program ...
- Sun Mar 02, 2014 8:07 am
- Forum: Coding Questions
- Topic: Random Number Question
- Replies: 2
- Views: 1465
Re: Random Number Question
I thought it should work that way.. I just wanted to make sure as I don't have my VM Workstation setup on this computer and no other OS's to test on.
Thanks for the reply.
Thanks for the reply.
- Sun Mar 02, 2014 6:08 am
- Forum: Coding Questions
- Topic: Random Number Question
- Replies: 2
- Views: 1465
Random Number Question
If I use RandomSeed(1) in my program, will it produce the same value when I use Random(100) on every OS/CPU it is run on?
Code: Select all
RandomSeed(1)
Debug Random(100); Expected output = 72
RandomSeed(ElapsedMilliseconds())
Debug Random(100); Expected output is more random.
- Fri Feb 28, 2014 6:26 am
- Forum: Announcement
- Topic: PureBasic 5.22 LTS final is out !
- Replies: 130
- Views: 58800
Re: PureBasic 5.22 LTS Beta 1
Thanks PB Crew! You guys are the best!!!!
- Mon Feb 10, 2014 5:04 pm
- Forum: Coding Questions
- Topic: Set/GetEnvironmentVariable()
- Replies: 23
- Views: 4607
Re: Set/GetEnvironmentVariable()
Alright. I will work on a workaround then. Thank you for the help.
- Mon Feb 10, 2014 4:32 pm
- Forum: Coding Questions
- Topic: Set/GetEnvironmentVariable()
- Replies: 23
- Views: 4607
Re: Set/GetEnvironmentVariable()
I think that's not possible, since RunProgramm() starts an own instance of the command processor,
which has it's own environmentvariables.
Bernd
But doesn't the executed program and the executing program share the same environment since the running program is able to write data to the called ...
which has it's own environmentvariables.
Bernd
But doesn't the executed program and the executing program share the same environment since the running program is able to write data to the called ...
- Mon Feb 10, 2014 4:25 pm
- Forum: Coding Questions
- Topic: Set/GetEnvironmentVariable()
- Replies: 23
- Views: 4607
Set/GetEnvironmentVariable()
My Question is can a program that is run by the RunProgram() command use the SetEnvironmentVariable() command to return information back to the program that originally ran it? I'm using the following code which does not seem to work. The first code I'm running in the IDE the second code I have ...
- Sun Feb 09, 2014 9:53 am
- Forum: PureFORM & JaPBe
- Topic: PureFORM 1.99 (yet another FORM designer)
- Replies: 1537
- Views: 597843
Re: PureFORM 1.99 (yet another FORM designer)
Are you planing on updating PureFORM to the current PB version or is 1.99 the best it's going to be?
- Sat Feb 08, 2014 10:20 am
- Forum: 3D Programming
- Topic: UnionBytes Engine
- Replies: 70
- Views: 36792
Re: UnionBytes Engine
Your engine is looking great guys. Keep up the great work!
- Sat Jan 25, 2014 8:50 pm
- Forum: Announcement
- Topic: SpiderBasic 1.00 is out !
- Replies: 438
- Views: 245354
Re: SpiderBasic 1.00 alpha
Two questions
2. Why would you put such a tool in a private beta with a user-base that looks to only be in double digits and mostly part-time users?
It's not in 'Private beta', every current PB owner can download spider and test it out. If your not one of those people then I would suggest buying ...
2. Why would you put such a tool in a private beta with a user-base that looks to only be in double digits and mostly part-time users?
It's not in 'Private beta', every current PB owner can download spider and test it out. If your not one of those people then I would suggest buying ...
- Sat Jan 25, 2014 8:22 pm
- Forum: Game Programming
- Topic: 2D tile game question
- Replies: 4
- Views: 4273
Re: 2D tile game question
I thank you for the info. I'm not completely understanding how this works but I will figure it out.
- Thu Jan 23, 2014 9:04 am
- Forum: Game Programming
- Topic: 2D tile game question
- Replies: 4
- Views: 4273
2D tile game question
I'm totally new to the graphics end of programming and I have a question regarding layering of tiles and how it works exactly. I'm going to be having sprites going inside of buildings and under bridges but I'm not sure how to layer the tiles to be able to do that. I searched the forum for layering ...
- Thu Jan 23, 2014 5:31 am
- Forum: Announcement
- Topic: SpiderBasic 1.00 is out !
- Replies: 438
- Views: 245354
Re: SpiderBasic 1.00 alpha
Why not combine SpiderBasic and PureBasic into one single software?
+ 1
A very sensible idea, which is why the competitors are doing it that way. The Help already notes which functions can be used on which OS, so this is just a further expansion of the theme. Also, putting a price on each ...
+ 1
A very sensible idea, which is why the competitors are doing it that way. The Help already notes which functions can be used on which OS, so this is just a further expansion of the theme. Also, putting a price on each ...