Solved
APTCUSTOM value issue.
- February 20, 2024
- 1 reply
- 1823 views
I read the APTCUSTOM value using local tmpPath = $main::ENV['APTCUSTOM'];
If I look at the string showing it with response($tmpPath); it works well but when I pass that value to a js function, inside that function the string is unreadable and therefore I cannot construct a path with it.
What to do in order to pass what response popup shows ?

