<html><head><style>body{font-family:Helvetica,Arial;font-size:13px}</style></head><body><div style="font-family:Helvetica,Arial;font-size:13px; ; ">Hello,</div><div style="font-family:Helvetica,Arial;font-size:13px; ; "><br></div><div style="font-family:Helvetica,Arial;font-size:13px; ; ">I think only A = 1 is available in Gambas for test</div><div style="font-family:Helvetica,Arial;font-size:13px; ; ">but assignment using ‘==‘ exist for strings</div><div style="font-family:Helvetica,Arial;font-size:13px; ; "><br></div><div style="font-family:Helvetica,Arial;font-size:13px; ; ">Take a look here: http://gambaswiki.org/wiki/lang/stringop</div> <br> <div class="gmail_signature"><div style="font-family:helvetica,arial;font-size:13px"><br></div><div style="font-family:helvetica,arial;font-size:13px">Olivier</div></div><p class="airmail_on">Le 2 avril 2020 à 10:02:04, roberto (<a href="mailto:roberto.premoli@tiscali.it">roberto.premoli@tiscali.it</a>) a écrit:</p> <blockquote type="cite" class="clean_bq"><span><div><div></div><div>Hello,<br><br>when I do a IF statement<br><br>IF A = 1 then<br><br>   B=2<br><br>EndIf<br><br><br>it give me the same result of<br><br>IF A == 1 then<br><br>   B=2<br><br>EndIf<br><br><br> From C language, i know that "==" is for TEST of value and "=" is for <br>ASSIGNEMENT of value<br><br>Does GAMBAS accept both "=" and "==" in case of IF statement?<br><br><br>----[ http://gambaswiki.org/wiki/doc/netiquette ]----<br></div></div></span></blockquote></body></html>