badgerfx Posted May 14, 2017 Share Posted May 14, 2017 (edited) Hey, I wanna access certain points in my geo. Is it possible to or how would I, let's say, with var and max_value being variables already set. int an_array[] = array(0, var-1, max_value, 100) if @ptnum is in an_array[]{ do this; } Cheers Edited May 14, 2017 by badgerfx Quote Link to comment Share on other sites More sharing options...
lsys Posted May 14, 2017 Share Posted May 14, 2017 maybe you can use inpointgroup function; Quote Link to comment Share on other sites More sharing options...
badgerfx Posted May 14, 2017 Author Share Posted May 14, 2017 Feels like a work around, but that will definitly do the trick. Thanks!!! Quote Link to comment Share on other sites More sharing options...
f1480187 Posted May 14, 2017 Share Posted May 14, 2017 if (isvalidindex(arr, find(arr, value))) { do this } 2 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.