ID:176659
 
How can i have a percentage in an if statmant?? like:

if(src.[whatever]<=10%) //somthing like that...
if(src.whatever <= 10), where whatever is a value between 0 and 100.
.10 is the same as 10%
In response to Scoobert
Scoobert wrote:
.10 is the same as 10%

If 100% is 1, yes.