Error C8126
InstallShield 2026 » InstallScript Language Reference
Project:
Message
'text' : string variable required
Description
The character or characters specified by text were encountered at a location where a string declaration was expected.
Troubleshooting Information
To declare an array other than a character array (that is, a string), use parentheses rather than brackets; for example:
NUMBER nArray(3);