Hi, long time no post....

I've found a couple of minor errors in the PB9 help file (well, one in the file another in the IDE).

First, the new PATHNAME$() function. With the NAME clause, the function returns the filename only, without any extension. The help page does say this, but the example at the end says:
Code:
PATHNAME$(NAME, "C:\PB\XXX.TXT") ' returns  "XXX.TXT"
And second, the new syntax for CBHNDL (etc) with the dot after the CB is not recognised by the IDE when you hit F1 for context-senstitive help - I get redirected to the API help file instead.


Otherwise, pretty happy so far.....