Rank: Newbie
Groups: Registered, Registered Users Joined: 9/15/2005(UTC) Posts: 7
|
I WOULD LIKE TO USE AN IF / THEN STATEMENT. THE EXAMPLE USED IN METASTOCK DOESN'T WORK.
EXAMPLE:
IF C>=100 THEN I WANT MY CRITERIA TO TRIGGER IF C<100 THEN I WANT ANOTHER SET OF CRITERIA TO TRIGGER
MY EXPLORATIONS ARE WORKING WITHOUT THE IF / THEN STATEMENTS/
HELP AND THANKS!!!
VINCE
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Unverified Users Joined: 7/12/2007(UTC) Posts: 134 Location: Perth Western Australia
|
Hi Vince,
IF(C>=100,YourCriteria1,YourCriteria2)
YourCriteria1 will trigger if C>=100 and YourCriteria2 will trigger if C<100.
oz
|
|
|
|
Rank: Newbie
Groups: Registered, Registered Users Joined: 9/15/2005(UTC) Posts: 7
|
OZ,
THANKS. THAT WAS A QUICK RESPONSE.
IT WORKED FINE.
VINCE
|
|
|
|
Users browsing this topic |
Guest (Hidden)
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.