DECODE(<input>,[&output])

Category
Calculations
Added in
v0.9.10

Converts an string from base64 back to an normal string.

Returns the decoded string.

Example

&string = "SGVsbG8gV29ybGQ="

DECODE(%&string%,&variant1)
&variant2 = DECODE(%&string%)

// Both output "Hello World"
LOG(%&variant1%)
LOG(%&variant2%)

See also