why npoints(0) does not give the right result&

   838   2   0
User Avatar
Member
6 posts
Joined: 9月 2018
Offline
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

Attachments:
Screenshot_12.png (945.2 KB)
Screenshot_1.png (928.8 KB)

User Avatar
Member
856 posts
Joined: 10月 2008
Offline
npoints(0) returns 241
--
Jobless
User Avatar
Member
6 posts
Joined: 9月 2018
Offline
Soothsayer
npoints(0) returns 241
the time i sent it i realizet that i have to put -1 in this function)
Thank you!
  • Quick Links