cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
agshah
Level 7

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);

Labels (1)
0 Kudos
(1) Reply
agshah
Level 7

I used SprintfBox that allow to specify format specifier and that works.

0 Kudos