Search found 23 matches

by oldmike
Dec 30, 2006 3:05
Forum: Beginners
Topic: iif extension planned?
Replies: 2
Views: 832

typecast and define - you have good ideas

Thank you
oldmike
by oldmike
Dec 30, 2006 2:35
Forum: General
Topic: Help with shootout program (optimization)
Replies: 20
Views: 2708

#undef Swap Aaarggg, each editor has a find/replace function. Change all "Swap" to "Swap1" and you don't need to cripple your language. Function Dec doesn't use "p". Here is another idea for this filling: Function Dec(Byval n As Integer, Byval p As Integer) As String D...
by oldmike
Dec 30, 2006 1:42
Forum: General
Topic: Hello victor
Replies: 10
Views: 1917

full use of all fpu registers and no finit (fpu-reset) in the code.

Don't work so hard at the limits. Don't think that this is a good memory to park values. If you load a value (or 2 or 3) than work with it. Never use ALL places in the fpu.

Maybe this helps.

Best wishes
oldmike
by oldmike
Dec 30, 2006 1:18
Forum: Beginners
Topic: iif extension planned?
Replies: 2
Views: 832

iif extension planned?

is it planed to extend the iif()-syntax to other types? In the example I tested to change the numbers directly to strings - doesn't work. So I wrote my own (here as IFF()) - but I think it's better in fb's stdlib: '' ------------------------------------------------------------------ function iff Ove...
by oldmike
Dec 23, 2006 15:25
Forum: Beginners
Topic: user closes the window
Replies: 5
Views: 1571

I searched for a direct connect to the message handling. but it seems there is no way.
Is this correct?
by oldmike
Dec 23, 2006 15:13
Forum: Beginners
Topic: user closes the window
Replies: 5
Views: 1571

in windows:
by the event wmClose
by oldmike
Dec 23, 2006 0:28
Forum: Beginners
Topic: object orientation
Replies: 1
Views: 756

Seems I must first read all the good stuff here... ;-)

Found the answer in "Dynamic Array as a member of a Type"

in this tut: "Beginners Guide to Types as Objects"

Thanks
oldmike :-D
by oldmike
Dec 22, 2006 23:59
Forum: Beginners
Topic: object orientation
Replies: 1
Views: 756

object orientation

Is there object orientation in free basic or if not
is it planned?

:-(

oldmike