I'm trying to a if then line for a number value, like for example: If Value = 1 through 100 then Please Help
Hope this helps
if Value >= 1 and Value <= 100 then -- do stuff end