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

Macro for replacing parameters

Status
Not open for further replies.

VojtaR

Automotive
Joined
Apr 2, 2020
Messages
20
Location
CZ
Hello,

Could anyone help with writing a macro?
I have list of external parameters e.g. 01_length; 02_angle... then I have a second group of parameters: example_01_length; example_02_angle... I would like to select 01_length run macro
Macro should do: replace 01_length with example_01_length; 02_angle with example_02_angle and so on.

Thank you for your help.
 
Hi.

Parameter replacement (and almost any replacement routine in general) is not possible with macro.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top