[futurebasic] Re: [FB] [FB3] Strange behavior

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : May 2001 : Group Archive : Group : All Groups

From: Herbie Gluender <H.Gluender@...>
Date: Tue, 01 May 2001 18:50:39 +0100
Jay Reeve wrote:

LOCAL
DIM a,b,c,d AS SHORT   // These will go into registers
DIM E,F,G,H AS LONG    // These will go into registers
LOCAL FN makeMeHappy(howHappy AS LONG,howLong AS SHORT)
'-------------------
// howHappy and howLong will be in RAM.
END FN

Is that really true? (Sorry Jay!)
I thought the arguments of a LOCAL FN always are first and always are put in
registers if REGISTER VARs in on.

Best

Herbie
**************************
H.Glu@...