Unable to use the loadlibrary() inside the delivery

Hi,
Anybody can help, why I am unable to use loadlibrary() function inside the delivery. Thank you
kind Regards

Hi,
Anybody can help, why I am unable to use loadlibrary() function inside the delivery. Thank you
kind Regards
Hi,
Jon recommends a way which will work for you but Personalisation blocks are not designed to include the Js objects in Deliveries.
You should use the following method to include the Js.

This will Add your Js object into your execution context similar to what load library does.
in delivery you can use something like:
<% eval( bigint.data ) ; %>
Regards,
Amit
Regards,
Amit
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.