Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

[color red]Prompts - choose multiple values

Status
Not open for further replies.

LouLu

Programmer
Jun 10, 2002
3
GB
It says in the Help documentation, that when you create a prompt the user can choose multiple values by holding down the ctrl button and highlighting multiple values to be returned from the prompt.

If I hold down ctrl it does not highlight more than 1.

Please help I really need to do this today!!

Thanks in advnace for any help!!
 
Hello Luolu,

In the condition you have to build in the 'in list' instead of the 'equal' statement in order to be able to select more than one value!!

So, syntax should be like:

<object> in list @prompt

However, there is a distinct limit of the amount of values you can select at once. (64 or 128 i believe) T. Blom
Information analist
Shimano Europe
tbl@shimano-eu.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top