This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- MessageBox to display a number value
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jul 09, 2024
08:25 PM
MessageBox to display a number value
Hi all,
I am trying to use MessageBox in InstallScript to display a number type value but is giving me error:
C8038: numeric value required. Kindly advise what I am doing wrong. Below is the code:
NUMBER iCount;
MessageBox("iCount: " + iCount, INFORMATION);
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jul 09, 2024
09:00 PM
I used SprintfBox that allow to specify format specifier and that works.