Skip to content

createAlphabetic

Implementations

Microsoft Excel: AIDCT.createAlphabetic(length, value, exclusion, tweak)

Google Sheets: Google Sheets: aidctCreateAlphabetic(length, value, exclusion, tweak)

Create an alphabetic string.

This function returns a matrix of values of the same shape and size as the value parameter.

Parameters

NameTypeDescription
lengthNumberLength of string to create.
value**NumberValue to transform.
exclusionNumberString values to exclude. The only valid value is 0 (no exclusions).
tweakNumberValue by which to tweak the transformation. If not provided or zero, the output is sequential. Otherwise, the output is encrypted in such a way as to appear random, masking the values used as inputs to the sequence.

Parameters in italics are optional.

** This parameter accepts a single value, an array of values, or a matrix of values.