>>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 >> > > These are in the Tlbx Standard.Incl. > > If you want to find a toolbox call, click on the name of it and hit > command-e. The editor will take you to the place where it is defined.(FB^3 > Editor manual Page 29). ReadDateTime seems to be missing from the Tlbx Standard.Incl, so does SetCatInfo Pete...