Support Board
Date/Time: Sat, 10 May 2025 05:02:33 +0000
Post From: place orders once
[2015-11-20 04:15:26] |
User799916 - Posts: 3 |
i am trying to place orders once using bool as a checksum but its not working bool OT=sc.PersistVars->f1; OT=true; if(OT) { OT=false; } else { OT=false; } OT is always set to true what am i doing wrong? |