Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

See also

U2 Routines

Example

 
Code Block
declare function errCode
 
errCode = "11001"
 
error = U2_Error(errCode, "", errText, errDetail)
 
* errTExt will contain "IE_NOSUPPORT"
 
* errDesc will contain "Function not supported on this system"

...