Skip to main content
Question

Put find command output to message box

  • May 22, 2024
  • 1 reply
  • 49 views

Forum|alt.badge.img

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

1 reply

DATTA.KOTHAMASU
Navigator | Tier 3
Forum|alt.badge.img+11

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$