That error is most likely a syntax error. Each array must have a unique name and be declared and constructed like the example arrays. All quoting, numbering (which must be sequential, including zero if used in the examples) and bracketing schemes must be followed exactly. If you use quotes inside of delimiting quotes (or apostrophes inside of delimiting apostrophes), they must be escaped with the \ character. Example using delimiting apostrophes:
Code:
'this is an entry, it's not long'
will cause an error, it needs to be escaped:
Code:
'this is an entry, it\'s not long'
If you are still having problems:
Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format for asking a question.
PLEASE: Include the URL to your problematic webpage that you want help with.
Bookmarks