Conversion
List of Operators
handle_to_integerHandleToIntegerhandle_to_integerHandleToIntegerhandle_to_integer
- Convert a handle into an integer.
integer_to_handleIntegerToHandleinteger_to_handleIntegerToHandleinteger_to_handle
- Convert an integer into a handle.
tuple_chrTupleChrtuple_chrTupleChrtuple_chr
- 将整数元组转换为字符串。ANSI 整数转换为字符。整数数组将转换为单个字符的数组。Chr 是 character 的缩写,即将 ASCII/ASNI 编码转换为字符。
tuple_chrtTupleChrttuple_chrtTupleChrttuple_chrt
- 将整数元组转换为字符串。ANSI 整数转换为字符。整数数组将转换为一个字符串。
tuple_intTupleInttuple_intTupleInttuple_int
- Convert a tuple into a tuple of integer numbers.
tuple_numberTupleNumbertuple_numberTupleNumbertuple_number
- Convert a tuple (of strings) into a tuple of numbers.
tuple_ordTupleOrdtuple_ordTupleOrdtuple_ord
- Convert a tuple of strings of length 1 into a tuple of integer numbers.
tuple_ordsTupleOrdstuple_ordsTupleOrdstuple_ords
- Convert a tuple of strings into a tuple of integer numbers.
tuple_realTupleRealtuple_realTupleRealtuple_real
- Convert a tuple into a tuple of floating point numbers.
tuple_roundTupleRoundtuple_roundTupleRoundtuple_round
- Convert a tuple into a tuple of integer numbers.
tuple_stringTupleStringtuple_stringTupleStringtuple_string
- Convert a tuple into a tuple of strings.