[futurebasic] [FB^3] missing toolbox FNs?

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : September 1999 : Group Archive : Group : All Groups

From: "Pete" <furbies@...>
Date: Tue, 28 Sep 1999 10:42:20 +1000
I discovered that FB^3 seems to be missing 2 toolbox calls that FB2 
supported, fn ReadDateTime and fn SetCatInfo, so is the following code
correct ??

toolbox fn ReadDateTime(long) = int `0xA039
toolbox fn SetCatInfo(long)   = int `0xA260


tia

Pete...