Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
tmathieson
1658 Views, 11 Replies

iLogic makePath command

Hi All,

can anyone tell me what i am doing wrong here.....

	Parameter(MakePath("SC-PRECAST:2", "SC-FOOTING - SIDE:1","SIDE_ANGLE")) = ANGLE_SIDE

 i get this error....

 

Error on Line 10 : Value of type 'System.Collections.ArrayList' cannot be converted to 'String'....

 

tried it like this, and got same error...

	Parameter(MakePath("SC-PRECAST:2", "SC-FOOTING - SIDE.ipt:1","SIDE_ANGLE")) = ANGLE_SIDE

the name of the sub, component, and parameter are correct. as far as i can tell, the syntax is as described ilogic....

 

anything pop out to anyone?

 

thanks in advance!!