Just a quick reminder if you’re converting UDF names retrieved from the custom dictionary, you need to code for the escapes:
_ = _5f
[space] = _20
/ = _2f
: = _3a
Just a quick reminder if you’re converting UDF names retrieved from the custom dictionary, you need to code for the escapes:
_ = _5f
[space] = _20
/ = _2f
: = _3a