Support Board
Date/Time: Sun, 12 Jan 2025 12:58:46 +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? |