Search found 33 matches

by PureBaser
Tue May 30, 2006 1:10 pm
Forum: Coding Questions
Topic: Question icon in the Title Bar
Replies: 9
Views: 3224

Thanks too! :D
by PureBaser
Sun May 28, 2006 11:33 am
Forum: Coding Questions
Topic: Question icon in the Title Bar
Replies: 9
Views: 3224

Question icon in the Title Bar

Hi!
Does one of you know, how I can create the interrogation mark in the title bar next to the minimize-, resize- and close- gadgets ?
by PureBaser
Wed May 24, 2006 2:46 pm
Forum: Coding Questions
Topic: [Console]How to realise a countdown?
Replies: 5
Views: 1596

Thanks! :D
by PureBaser
Wed May 24, 2006 2:45 pm
Forum: Coding Questions
Topic: [Console] String-editing
Replies: 2
Views: 1184

Sorry for my late answer. But thank you, its very useful!
by PureBaser
Mon May 22, 2006 5:44 pm
Forum: Coding Questions
Topic: [Console]How to realise a countdown?
Replies: 5
Views: 1596

[Console]How to realise a countdown?

Hi there!

Can anyone tell me, how I can build a Countdown in my Console-Programm. The Background is, that the Player has a certain time to answer a Input()-Question, after the time is up, he's lose. And it is possible to make the Countdown visible in seconds while at the same moment the player can ...
by PureBaser
Mon May 22, 2006 5:40 pm
Forum: Coding Questions
Topic: [Console] String-editing
Replies: 2
Views: 1184

[Console] String-editing

Hi!

I need a bit help.
I have a string called a$. And I want to find or replace the LAST Space-Sign. Findstring only give me the first sign. Maybe I can switch the String in the swap order, that means instead a$="ABC", it should be a$ ="CBA"?! The brackground-idea is, that I'm writing a Console ...
by PureBaser
Mon May 22, 2006 5:23 pm
Forum: General Discussion
Topic: Very Fast Compiling
Replies: 23
Views: 6044

6,94s on my PIII 900. The 450 will follow....
by PureBaser
Sun May 21, 2006 3:28 pm
Forum: Coding Questions
Topic: Need global variables more space/RAM than local? (solved)
Replies: 6
Views: 1611

I tried and found the answer myself... it doesn't matter
by PureBaser
Sun May 21, 2006 3:27 pm
Forum: General Discussion
Topic: Very Fast Compiling
Replies: 23
Views: 6044

Not really... To Be honest, I've not enough time to write a few lines :wink:
by PureBaser
Sat May 20, 2006 8:37 pm
Forum: Coding Questions
Topic: Need global variables more space/RAM than local? (solved)
Replies: 6
Views: 1611

Ok... But you have rising up a new question. Has the declaration with define some disadvantages instead of use variables 'on the fly'?
by PureBaser
Sat May 20, 2006 8:33 pm
Forum: General Discussion
Topic: Very Fast Compiling
Replies: 23
Views: 6044

The Code you can surely generate. And I have a P450. So I expect about 500.000 Code per minute...
by PureBaser
Sat May 20, 2006 12:30 pm
Forum: Coding Questions
Topic: Need global variables more space/RAM than local? (solved)
Replies: 6
Views: 1611

Yeah, thats good to know...

The backgroundidea, was, to have all variables in one place for better overview, instead I will use a comments for its...

thanks!
by PureBaser
Sat May 20, 2006 11:50 am
Forum: Coding Questions
Topic: Need global variables more space/RAM than local? (solved)
Replies: 6
Views: 1611

Need global variables more space/RAM than local? (solved)

Hi!

It's wise to declare EVERY variable as global, whether they have to be global or not? Do it costs hard-drive speed, RAM or speed?
by PureBaser
Sat May 20, 2006 11:45 am
Forum: General Discussion
Topic: Very Fast Compiling
Replies: 23
Views: 6044

Very Fast Compiling

Hi there!

A Feature of PureBasic is, that

"PB is able to compile more than 300.000 Codes per minute on a P200"

My Question is, how I can check this out? There is any proof or something else? What Code is this?
by PureBaser
Thu May 18, 2006 12:25 pm
Forum: Coding Questions
Topic: Loop in Win9x (solved)
Replies: 3
Views: 1238

I bet, that I tried the & $8000 and that didn't help a few time ago... But that was with PB 3.94 - so I had to try retry - and it's perfect :D The Loop is correct!