Search found 599 matches

by freedimension
Tue May 16, 2006 2:19 pm
Forum: Announcement
Topic: PureSummerContest
Replies: 12
Views: 4870

:!: Only a mere week to the deadline. If you want to join, you better do it now - at second thought though, it's never to late to take part, isn't it? ;)

Your entries can be sent to SummerContest@PB-Club.de :allright:
by freedimension
Fri Apr 21, 2006 10:41 am
Forum: Feature Requests and Wishlists
Topic: UnLeft() and UnRight() Command
Replies: 6
Views: 2070

Re: UnLeft() and UnRight() Command

It could be usefull to have these commands for strings manipulations :

Example:


Result.s = UnLeft("GoodBye" , 3) ; Result will be "Good"
Result.s = UnRight("GoodBye" , 4) ; Result will be "Bye"


I would rather like to see the existing commands enhanced:

Result.s = Left("GoodBye" , -3 ...
by freedimension
Fri Apr 21, 2006 10:10 am
Forum: Announcement
Topic: PureSummerContest
Replies: 12
Views: 4870

Hroudtwolf wrote:The contest is ending after 20 days.
Not quite: it's running exactly one month, ending on May 20th at 8 pm (we surely won't look at the exact timestamp ;) )

I knew I'd forgotten some crucial information :D
by freedimension
Thu Apr 20, 2006 7:04 pm
Forum: Announcement
Topic: PureSummerContest
Replies: 12
Views: 4870

PureSummerContest

The official PureSummerContest (PSC)

Create a program that has to fit and combine at least two of the following eight keywords:

- Butterfly
- Disco
- Photography
- Bikini
- Ball (a football for example)
- Light
- Air/Wind
- Flower

The Program is free to be a game, a demo or even an ...
by freedimension
Mon Feb 13, 2006 11:45 am
Forum: General Discussion
Topic: Floats in For/ Next?
Replies: 29
Views: 8034

Well, "3.something" is larger than 3 ;)
by freedimension
Thu Feb 09, 2006 10:37 pm
Forum: Coding Questions
Topic: Determining TypeOf
Replies: 30
Views: 8470

At least here, they seem to be the same:


s1.s = ""

For x=1 To 20000
s1 + Chr(Random(25)+65)
Next

s2.s = s1.s


t1 = ElapsedMilliseconds()
For i = 0 To 1000000
CopyMemory(@s1 + 9900, @s1, 9900)
Next
t2 = ElapsedMilliseconds()
For i = 0 To 1000000
MoveMemory(@s2 + 9900, @s2, 9900)
Next
t3 ...
by freedimension
Thu Feb 09, 2006 8:34 pm
Forum: Coding Questions
Topic: Determining TypeOf
Replies: 30
Views: 8470

Yep, seems you're right.
a.s = "12345678"
CopyMemory(@a, @a+2, 4)
Debug a

a.s = "12345678"
MoveMemory(@a, @a+2, 4)
Debug a

Debug "--------"

a.s = "12345678"
CopyMemory(@a+2, @a, 4)
Debug a

a.s = "12345678"
MoveMemory(@a+2, @a, 4)
Debug a
Fred, how are those two commands implemented? Normally ...
by freedimension
Thu Feb 09, 2006 8:23 pm
Forum: Coding Questions
Topic: Determining TypeOf
Replies: 30
Views: 8470

It definetely does. I've used it like that many times.
Mem = AllocateMemory(6)
For I = 0 To 5
PokeB(Mem + I, I)
Next

For I = 0 To 5
Debug PeekB(Mem + I)
Next
Debug "---"
CopyMemory(Mem, Mem+2, 6-2)
For I = 0 To 5
Debug PeekB(Mem + I)
Next
Backwards too?
...
CopyMemory(Mem, Mem-2, 6-2)
...
by freedimension
Tue Feb 07, 2006 3:18 pm
Forum: Coding Questions
Topic: An very easy question about function come in!
Replies: 4
Views: 2238

netfriends signature wrote:If the chinese forum is created...
I hope so
Don't hope, ...
... do it yourself ;)

Someone has to be the first, the rest will follow.

BTW: Where from china are you? I'm just curious :)
by freedimension
Mon Feb 06, 2006 12:02 pm
Forum: Off Topic
Topic: muslim drawings..
Replies: 79
Views: 16150


Sorry to say this, but some of these drawings are FAKE! There were only 12 drawings, here i see more.
The problem here is, that you don't understand german and I forgot about explaining what the other pics are ;)

The first row of pictures are from arab newspapers, i.e. they are examples of how ...
by freedimension
Mon Feb 06, 2006 9:34 am
Forum: Off Topic
Topic: muslim drawings..
Replies: 79
Views: 16150

dagcrack wrote:Where can we see this drawings?
Sorry, it's only in german, but the drawings speak for themselves: http://www.myblog.de/telegehirn/
by freedimension
Sun Feb 05, 2006 11:37 pm
Forum: General Discussion
Topic: Thank you Fred for a "good Bug" in PB 4
Replies: 19
Views: 5843

PB wrote:And I didn't know what he meant by "marked" either... maybe that's
the terminology they use in Germany for "selected"?
Good guess: "to select something" is called "etwas markieren" in german ;)
by freedimension
Sun Feb 05, 2006 11:12 pm
Forum: Coding Questions
Topic: Source Port in UDP
Replies: 1
Views: 1373

UDP is included in the recent PB4 Beta. Though I don't know whether it supports a source port as parameter.
by freedimension
Sun Feb 05, 2006 10:43 pm
Forum: Coding Questions
Topic: 4.0beta - "NUL" in code ?
Replies: 2
Views: 1958

Disable "Case Correction" in your Editor as a workaround until this gets fixed.
by freedimension
Sun Feb 05, 2006 9:31 pm
Forum: Off Topic
Topic: Have you donated?
Replies: 51
Views: 9696