Size Limit of a Variable,?

Hello.

I have saved an HTML template (200 lines or so) as an asset.
I want to load it and save it as a variable.
I then have the user interact with the application.
I then do a search and replace on the text in that variable based on the users response.
I then save the file as a new file for their “application report”

— Alas I am having troubles.

Is there a size limit to what can be stored in a variable?
Are there any extra characters in a very basic HTML based page that may cause problems within a variable?

Your device’s capabilities. Mainly just the RAM.

1 Like

Turns out this was a weird anomaly, once I recreated the variable and rerouted the components to use the new variable it worked.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.