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"
Otherwise, pretty happy so far.....