func X3.EN_TEXT_RANDOM(Clbfile CHARACTERES_IN, Shortint NUMBER_IN) : Clbfile

Creates a random string.

  • CHARACTERES_IN Clbfile List of characters to use for generation
  • NUMBER_IN Shortint Number of characters for the string to create
Return Clbfile A random string of the desired size with the desired characters
Example

func X3.EN_TEXT_RANDOM("ab123-'", 9)

May returns : a1a--b'3'