Login Page - Create Account

Support Board


Date/Time: Tue, 16 Dec 2025 08:34:31 +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?