Error C8031

InstallShield 2019 ยป InstallScript Language Reference

Message

'text' : uncalled function

Description

The character or characters specified by text were encountered after a function name, where the opening parenthesis of the argument list was expected.

This error occurs in statements in which the result of a function call is assigned to a variable. The message is triggered by an error in the argument list that follows the function name.

Troubleshooting Information

Check that the argument list is delimited from the function name by an opening parenthesis.

If the argument list was not specified, insert it after the function name; when calling a function that takes no parameters, place empty set of opening and closing parentheses after the function name.

See Also