Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
- Hi,
Im using iLogic in my assembly to place .ipt files and change parameters inside these partfiles.
For some reason this works fine on 1 specific part, but for another part it tells me the parameter cannot be found.
See below the error message of iLogic inside my assembly, as well as the partfile and the parameters inside the part file. iLogic does place the partfile correctly but for some reason it can't find the parameters, when i check i can clearly see the parameter is there.... what am i missing?
Thanks
If item = pHuis
Parameter(pHuis & ".ipt", "Hoekklemmenkast") = eWartel 'works fine
Else If item = pAchterschild And eRem = 1
Parameter(pAchterschild & ".ipt", "HoekHR") = eHRPos 'cant find parameter???
End If
Solved! Go to Solution.