Skip to main content

Hi, I want to output of Find command in Message box. But message box only allows string variables.

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