Forum Discussion

solizj2's avatar
solizj2
Regular Visitor
2 years ago

Retrieve dynamic dropdown list values to place in a varialbe

Our application has dropdown name list where each value has a dynamic name with a concatenated age and gender on the end.   From the dropdown list I need to be able to determine which individual I wish to select based on the Age and Gender.

 

Example where dropdown list contains this:

Joyce Lovegrove 26F

Johnnie Lovegrove 0M

Alan Lovegrove 29M

 

Lets say I want to find the new born, 0M (age|gender)

 

I am using VBScript to write my Scripts

No RepliesBe the first to reply