| Obsolete Functions | |
|---|---|
| AppSetTimer | Is replaced by AppNewTimer. |
| ConvertToVariant | Is replaced by vconvert. |
| Event_Error | Is replaced by log_error. |
| Event_Information | Is replaced by log_info. |
| Event_Warning | Is replaced by log_warning. |
| Round | Is replaced by fround. |
| RoundDown | Is replaced by fround. |
| RoundUp | Is replaced by fround. |
| VariantConvert | Is replaced by vcast. |
| VariantGetType | Is replaced by vtype. |
| XYSetNewData | Is replaced by XYSetData. |
| XYZIsInterLinear | Is replaced by XYZGetInterpolationType. |
| XYZSetInterLinear | Is replaced by XYZSetInterpolationType. |
| auto_SetImportOptions | Function is deprecated. The import options will be created automatically during import. |
| binary_decode | Is replaced by base64_encode. |
| binary_encode | Is replaced by base64_encode. |
| finite | finite checks if the argument is 0/0 or 1/0. |
| inf | inf returns the result of 1/0. |
| isinf | isinf checks if its argument is in the range -INF ... INF. |
| nan | nan (Not a Number) returns the number 0/0. |
id-850683