Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
I need to get around the part of following programming where I need the variable to assign units (seconds in this example). It is not going through.
I request someone help me: Thanks a lot
Solved! Go to Solution.
You may consider using this to create your array:
Result:
Success!
Luc
The element of xx with index 2 never gets a value, so when i=3, an error occurs when trying to access that element.
Success!
Luc
You cannot attach units to a variable that you use to index (point at) elements of an array.
If you want the array elements to have units, attach the unit to the elements, or attach the unit to the array at once in the return statement.
Success!
Luc
You may consider using this to create your array:
Result:
Success!
Luc
Thanks. It is a help to improve my skills. I also got round s follows.