Forum Discussion

ganapati_bhat's avatar
ganapati_bhat
Occasional Contributor
11 years ago

Need help to use wildcard

Hi,



I need help to customize my object with Wildcard..I want to select the label which has only numeric value.

As per the below snapshot, igave label(*).ObjectText; but it is returning Equifax credit score.

I want to get the number like 514, which get generated randomly.



Is there any way to get the solution. Please mention the solution in jscript.



Thanks,

Ganapati









1 Reply

  • Hi Ganapati,



    Try Label("???").ObjectText, where the number of question marks is the maximum number of digits possible in your number.