Error C8039

InstallShield 2019 ยป InstallScript Language Reference

Message

'value' : string value required

Description

The number specified by value was encountered in an expression, statement, or function argument that requires string data.

Troubleshooting Information

In a string operation, check that all operands and operators are compatible with string data.

In an assignment statement, verify that the value you are assigning to a string variable is itself a string.

In a function call, be sure that you are not passing non-string data in a parameter position that requires a string.

See Also