The PTC Community email address has changed to community-mailer@ptc.com. Learn more.
hi,
I need to controll the length of infotable, but it doesnt work.
tried:
if(infotable.getRowCount()==1){
.........}
How do you do?
Solved! Go to Solution.
@AA_9042718
Try,
if(infotable.length==1){
View solution in original post