func X3.EN_TEXT_LINK_ENCODE(Clbfile TEXT_IN) : Clbfile

Allows you to encode a string in URL format or percent-encoding
More information: https://fr.wikipedia.org/wiki/Encodage-pourcent

  • TEXT_IN Clbfile String to encode
Return Clbfile New encoded string
Example

func X3.EN_TEXT_LINK_ENCODE("My unencoded test string")
Returns "My%20unencoded%20test%20string"