Error C8126
InstallShield 2020 ยป InstallScript Language Reference
Project:This information applies to InstallScript projects.
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);