LabTalk: LabTalk Hex related functions to handle bigger values


Version: 2018b

Type: Features

Category: Programming

Subcategory: Labtalk

Jira: ORG-17752


  • Improve hex2dec(), hex() functions to support 48 bits integer

  • Support "0x" prefix. E.g, hex2dec("0x10A") returns 266

  • Dec2hex() function support places argument. E.g, Dec2hex(10,3)$ returns "00A"