Expressions - New functions

1 Posts
1 Users
0 Likes
17 Views
n.kunzer
(@n-kunzerarcinfo-com)
Posts: 1236
Member Moderator
Topic starter
 

A set of new functions have been added.

Expression for Hexadecimal ASCII string
HexStrToBool: Extract a Boolean value within an hexadecimal string at a position specified by iPos, iOffset
HexStrToNibble: Extract the Nibble (4bits value) within an hexadecimal string at a position specified by iPos
HexStrToByte: Extract the byte (8bits value) within an hexadecimal string at a position specified by iPos
HexStrToInt16: Extract the Int16 (16bits value) within an hexadecimal string at a position specified by iPos
HexStrToUInt16: Extract the Int16 (16bits value) within an hexadecimal string at a position specified by iPos
HexStrToInt32: Extract the Int32 (32bits value) within an hexadecimal string at a position specified by iPos
HexStrToUInt32: Extract the Int32 (32bits value) within an hexadecimal string at a position specified by iPos
HexStrToFloat: Extract the float (IEEE single precision value) within an hexadecimal string at a position specified by iPos
JsonGetValue: Extract the value of the parameter specified in the sPath

Swapping functions
SwapBytes: Reverse the byte order of a value
SwapWords: Swap the word order
ReverseBytes

Trigonometry functions
ToDegree
ToRadian
Pi

 
Posted : 08/08/2019 11:07 am