KNOWLEDGE BASE
Log In    |    Knowledge Base    |    4D Home
Tech Tip: Pointer dereferencing with §
PRODUCT: 4D | VERSION: 11 | PLATFORM: Mac & Win
Published On: October 15, 2008

The use of the § character as the pointer dereference symbol is no longer supported in 4D v11 SQL. For example:

valueofB:=§("B")



This should be replaced by:

valueofB:=Get pointer("B")->