Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Syntax help

1 view
Skip to first unread message

NCortes

unread,
May 24, 2005, 9:01:27 PM5/24/05
to
Hi!
I have the following variables:
GRFTotalPeak1C1 GRFTotalPeak2C1 HipFlexion1P1 HipFlexion1P2 KNEEP1
KNEEP2 ...
and I compute these two variables the following way
COMPUTE m = MAX(GRFTotalPeak1C1,GRFTotalPe­ak2C1) .
EXECUTE .

But now I have one problem I don't know what other variables I should
use, because I don't know which value it did use.
I would like to do something like

Compute HipFP = HipFlexion1P1
IF GRFTotalPeak1C1 > GRFTotalPeak1C2
ELSE HipFP = HipFlexion1P2.
EXECUTE.


But this is not working.
Any ideas on this????? I appreciate any help

0 new messages