Hi,
Here is some background: I am working on an application that will allow for my users to make quiz questions and answers. Since the users will be making the content, I do not know how long the questions or answers will be. My plan was to store the content in a database, retrieve it with the GET object and then use the string parser to sort the content and store them in strings. I would do this by assigning an alterable string to each string object.
Here is the problem: Alterable strings seem to have a limit on how long they can be. When I input a short paragraph length string, I get the following error:
"Expression too complex." Is there a way around this? I imagine most of the content users upload won't be too long, but I imagine some will. It only allows for a few lines of text currently (maybe 3 or so).
Any thoughts on this would be helpful.
Thanks,
Brett