ClassesClassesClassesClasses | | | | Operators

tuple_chrtuple_chrTupleChrtuple_chrTupleChrTupleChr (Operator)

Name

tuple_chrtuple_chrTupleChrtuple_chrTupleChrTupleChr — Convert a tuple of integer numbers into strings.

Signature

tuple_chr( : : T : Chr)

Herror tuple_chr(const Hlong T, char* Chr)

Herror T_tuple_chr(const Htuple T, Htuple* Chr)

Herror tuple_chr(const HTuple& T, char* Chr)

Herror tuple_chr(const HTuple& T, HTuple* Chr)

void TupleChr(const HTuple& T, HTuple* Chr)

HTuple HTuple::TupleChr() const

void HOperatorSetX.TupleChr(
[in] VARIANT T, [out] VARIANT* Chr)

VARIANT HTupleX.TupleChr([in] VARIANT T)

static void HOperatorSet.TupleChr(HTuple t, out HTuple chr)

HTuple HTuple.TupleChr()

Description

tuple_chrtuple_chrTupleChrtuple_chrTupleChrTupleChr converts the input tuple TTTTTt, consisting of integer numbers, into a tuple of strings of length 1, the characters of which have the ASCII code of the corresponding input number (as long as the characters are part of the ASCII standard, for other characters please note the influence of the used character encoding table, as is touched in Tuple / String Operations).

Exception: Empty input tuple

If the input tuple is empty, the operator returns an empty tuple.

HDevelop In-line Operation

HDevelop provides an in-line operation for tuple_chrtuple_chrTupleChrtuple_chrTupleChrTupleChr, which can be used in an expression in the following syntax:

Chr := chr(T)

Parallelization

Parameters

TTTTTt (input_control)  integer(-array) HTupleHTupleHTupleVARIANTHtuple (integer) (int / long) (Hlong) (Hlong) (Hlong) (Hlong)

Input tuple with integer numbers.

Restriction: 0 <= T <= 255

ChrChrChrChrChrchr (output_control)  string(-array) HTupleHTupleHTupleVARIANTHtuple (string) (string) (HString) (char*) (BSTR) (char*)

Output tuple with strings.

Alternatives

tuple_chrttuple_chrtTupleChrttuple_chrtTupleChrtTupleChrt

See also

tuple_ordtuple_ordTupleOrdtuple_ordTupleOrdTupleOrd, tuple_ordstuple_ordsTupleOrdstuple_ordsTupleOrdsTupleOrds

Module

Foundation


ClassesClassesClassesClasses | | | | Operators