The Get pointer command has been rewritten to support new pointer types in 4D v15 (see the Unicode mode for methods section). The following modifications need to be taken into account:
- Invalid names for variables now produce an error 77 ("Bad variable name"). In previous releases, they were accepted. For example:
$pt:=Get pointer("123")
- Extraneous white spaces are now supported:
$pt:=Get pointer(" a ")