Start a new topic
Answered

Invalid datatype in parameter

 I'm trying to  use parameter in a function, where the parameter datatype= Part/Parts, as shown below

<Function name="fun1" as="Boolean">
  <Parameter name="para1" as="Part">
............
</Function>

I got:  

swexplorer-application error: Invalid datatype in parameter 'as': Parts.


Is it possible to use the datatype Part/Parts in parameter, similar to Items, String, Integer,... etc. ?



Best Answer
Currently it is only possible to use the datatypes listed in the documentation. Best regards Martin

Hi Bashar, Right now, it is not possible to use parts as datatypes in variables and parameters. Best regards Martin
Answer
Currently it is only possible to use the datatypes listed in the documentation. Best regards Martin

Thanks Martin!

Login to post a comment