创建新话题
已回答

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. ?



最佳答案
Currently it is only possible to use the datatypes listed in the documentation. Best regards Martin

Thanks Martin!

回答
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
登陆 发表评论