Hi, I want to output of Find command in Message box. But message box only allows string variables.
Page 1 / 1
Hi, The String: Find command returns a Number variable type as its output.
If you want to show the output in a Message Box, you can try typecasting: Cast the values in a Number to String temporarily
$<FindOutputVariable>.Number:toString$
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.