Hello! I heve 241 point, an i want to get te first and the last point,and i name them i@end =1
if i maualy enter total number, i get this:
if(@ptnum == 240){
i@end = 1;
}
if(@ptnum == 0){
i@end = 1;
}
and it is working, but if i want to make it change prociduraly:
if(@ptnum == npoints(0)){
i@end = 1;
}
if(@ptnum == 0){
i@end = 1;
}
i don't get the right result
why npoints(0) does not give the right result&
1233 2 0- kivril
- Member
- 6 posts
- Joined: Sept. 2018
- Offline
- Soothsayer
- Member
- 874 posts
- Joined: Oct. 2008
- Offline
- kivril
- Member
- 6 posts
- Joined: Sept. 2018
- Offline
-
- Quick Links