Garcimat
Member
- Local time
- Today, 19:08
- Joined
- Jun 7, 2022
- Messages
- 67
Hi guys
I would like to assign a range of values to one variable....
var1km = 10 to 50
var2km= 55-70
var3km =85-200
I can not allow overlapping..... for example
when I give permission to someone to work between 10 and 50km I can not have a second work group working in the same limits.... I am trying to do it with arrays but I have failed so far. My other Idea is to have the two limits in different columns in my table and the use a sql query, but I have not tried it yet.
Any help ? Thanks in advanced
I would like to assign a range of values to one variable....
var1km = 10 to 50
var2km= 55-70
var3km =85-200
I can not allow overlapping..... for example
when I give permission to someone to work between 10 and 50km I can not have a second work group working in the same limits.... I am trying to do it with arrays but I have failed so far. My other Idea is to have the two limits in different columns in my table and the use a sql query, but I have not tried it yet.
Any help ? Thanks in advanced