iucu
Mechanical
- Jun 5, 2003
- 31
Is this possible in Sketch ?
Example : p10=2 if p3<100 and p4>2
Example : p10=2 if p3<100 and p4>2
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
iucu said:Is this possible in Sketch ?
Example : p10=2 if p3<100 and p4>2
if(p3<100 && p4>2)(2)else(0)