Loading…

Method Name: method_units_check

Method ID: 0x409C

Method Label: Valid units check

Method Help:


  • {
  • int nUnits;
  • int nAppType;
  • nUnits = _ivar_value(16491);
  • nAppType = _ivar_value(16541);
  • switch (nAppType)
  • {
  • case 1:
  • if (nUnits == 104 || nUnits == 148 || nUnits == 240)
  • {
  • ACKNOWLEDGE(literal_string(375));
  • _iassign(16491,90);
  • save_values();
  • }
  • break;
  • case 2:
  • if (nUnits == 104 || nUnits == 240)


Please login for more