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 cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Input box in catia script 1

Status
Not open for further replies.

Alan Lowbands

Aerospace
Joined
May 17, 2017
Messages
274
Location
GB
Hi Guys,
I'm struggling with an input box problem.
The box works ok but I would like to list the input options in text below the input line.
ie.
Enter option: ___________
1. Red
2. Black
3. Blue

Can this be done in V5 script?

any help (as always) would be appreciated

bets regards
Alan
 
Hi, Alan Lowbands
You can ref this sample code

InputBox "Enter option:__________" & vbNewLine & "1. Red" & vbNewLine & "2. Black" & vbNewLine & "3. Blue", "Input dialog", vbInformation


2017-11-17_18_54_54-Input_dialog_hrd4ms.png


Engjoy guy!
 
Thanks that’s a massive help.
Really appreciated.

Regards
Alan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top