Hi, in c++ the and sign is && and the "or" is ||
so if i want to compare time i put :
time1<time2&&time3&&time4
How is it in C2?
Develop games in your browser. Powerful, performant & highly capable.
Just &, with a sprinkling of int() since concatenation changes values to string.
newt Thank you very much
Unless you want addition, which is just +, and can work with strings as well.
newt Thank you.