I have the below SPSS code in my script;
MsgBox "Progressing"
For iCaseCount = 1 To iNumberOfCases
'my code here
Next
I want to remove the MsgBox and place ‘it’ inside the loop and replace it’s content with; “Progressing record: ” & ” of ” & iNumberOfCases
Is there any way to achieve what I want?
I finally found a way to show the progress via Internet Explorer.
Below is the VB Script Code.
Method to show progress