To Ascii Number

Overview

Facilitates the developer to convert a decimal or hexadecimal without referring to an Ascii table.

Key Features & Functionality

Provides expression functions that would be useful when combining with char():

  • toasciidec() that converts a character to decimal
  • toasciihexa() that converts a character to hexadecimal
Anonymous