转换

算子列表

handle_to_integerHandleToIntegerhandle_to_integerHandleToIntegerhandle_to_integer句柄至整数
将句柄转换为整数。
integer_to_handleIntegerToHandleinteger_to_handleIntegerToHandleinteger_to_handle整数至句柄
将整数转换为句柄。
tuple_chrTupleChrtuple_chrTupleChrtuple_chr元组字符
将整数元组转换为字符串。ANSI 整数转换为字符。整数数组将转换为单个字符的数组。Chr 是 character 的缩写,即将 ASCII/ASNI 编码转换为字符。
tuple_chrtTupleChrttuple_chrtTupleChrttuple_chrt元组字符
将整数元组转换为字符串。ANSI 整数转换为字符。整数数组将转换为一个字符串。
tuple_intTupleInttuple_intTupleInttuple_int元组整数
将元组转换为整数元组。
tuple_numberTupleNumbertuple_numberTupleNumbertuple_number元组数字
将(字符串)元组转换为数字元组。
tuple_ordTupleOrdtuple_ordTupleOrdtuple_ord元组序号
将长度为 1 的字符串元组转换为整数元组。字符串转换为 ANSI 整数。单个字符的数组将转换为整数数组。Ord 是 ordinal 的缩写,也就是 ASCII/ANSI 码的序号。
tuple_ordsTupleOrdstuple_ordsTupleOrdstuple_ords元组序号数组
将字符串元组转换为整数元组。字符串转换为 ANSI 整数。字符串将转换为整数数组。
tuple_realTupleRealtuple_realTupleRealtuple_real元组实数
将元组转换为浮点数元组。
tuple_roundTupleRoundtuple_roundTupleRoundtuple_round元组取整
将元组转换为整数元组。
tuple_stringTupleStringtuple_stringTupleStringtuple_string元组字符串
将元组转换为字符串元组。