2005-08-08 06:00 PM
2005-08-08 06:39 PM
IF (GLOB_MODPAR_NAM = tcx) AND (tcx = 1) THEN sc = 0 PARAMETERS sc= sc ENDIF IF (GLOB_MODPAR_NAM = sc) AND (sc = 1) THEN tcx = 0 PARAMETERS tcx = tcx ENDIF
2005-08-08 09:06 PM
TomWaltz wrote:Tom I know that you know, but red markeds written with mistakes!
Code:
IF (GLOB_MODPAR_NAM = tcx) AND (tcx = 1) THEN
sc = 0
PARAMETERS sc= sc
ENDIF
IF (GLOB_MODPAR_NAM = sc) AND (sc = 1) THEN
tcx = 0
PARAMETERS tcx = tcx
ENDIF
2005-08-08 09:18 PM
In script that you have wroten "tcx" and "sc" can also be equal(0 or 1).You're right. I was just trying to give sirduncan the syntax to figure out the exact usage himself. Mine did not really work.
Correct beginning, but I think that script that sirduncan needs is:
2005-08-08 09:26 PM
2005-08-08 09:41 PM
2005-08-09 03:45 PM
2005-08-09 04:15 PM
2005-08-09 04:25 PM