Skip to content

Tuple - Creation🔗

Operators🔗

clear_handleClearHandle: Clear the content of a handle.

tuple_concatTupleConcat: Concatenate two tuples to a new one.

tuple_constantTupleConstant: Generate a tuple with the value of a HDevelop language constant.

tuple_gen_constTupleGenConst: Generate a tuple of a specific length and initialize its elements.

tuple_gen_sequenceTupleGenSequence: Generate a tuple with a sequence of equidistant values.

tuple_randTupleRand: Return a tuple of random numbers between 0 and 1.

tuple_repeatTupleRepeat: Repeat a tuple.

tuple_repeat_elemTupleRepeatElem: Repeat the elements of a tuple.