ClassesClassesClassesClasses | | | | Operators

tuple_chrtuple_chrTupleChrtuple_chrTupleChrTupleChr (Operator)

Name

tuple_chrtuple_chrTupleChrtuple_chrTupleChrTupleChr — Convert a tuple of integers into strings with the corresponding ASCII codes.

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.

Parallelization

Parameters

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

Input tuple.

Restriction: 0 <= T <= 255

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

Strings corresponding to the ASCII code of the input tuple.

Alternatives

tuple_chrttuple_chrtTupleChrttuple_chrtTupleChrtTupleChrt

See also

tuple_ordtuple_ordTupleOrdtuple_ordTupleOrdTupleOrd, tuple_ordstuple_ordsTupleOrdstuple_ordsTupleOrdsTupleOrds

Module

Foundation


ClassesClassesClassesClasses | | | | Operators