Obsolete Keywords
Along the way FB has had a few keywords changed. Here is the list of those no longer supported. Old code must be updated if recompiled.
OPEN "CON:"
POKES
SCREENINFO (Function returning a pointer to a structure)
VAL64
OPEN "CON:"
Use Open Cons
OPEN "ERR:" Use Open Err
OPEN "PIPE:" Use Open Pipe
POKEI POKES
SCREENINFO (Function returning a pointer to a structure)
VAL64
Use Vallng()
GOSUBDo not use GoSub in SUBs or FUNCTIONs anymore; allowed in -lang qb mode.