×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
i usually use the DO construct simply because that today only one action
needs to happen based on that criteria but should there later be more
actions/commands to execute on that condition i do not have to change the
conditional statement but just add the new code to execute.
Thanks,
Tommy Holden
From: "Dennis Lovelady" <iseries@xxxxxxxxxxxx>
To: "'Midrange Systems Technical Discussion'"
<midrange-l@xxxxxxxxxxxx>
Date: 10/23/2009 09:11 AM
Subject: RE: ENDIF in CLP
Sent by: midrange-l-bounces@xxxxxxxxxxxx
That said, if I were taking ownership of the program, that EndIf would
be deleted so fast...
I wouldn't delete it; I'd turn the statement into a THEN(DO) protocol. I
dislike and distrust IF statements that can have only one action, and lack
closure.
Dennis Lovelady
http://www.linkedin.com/in/dennislovelady
--
"I'm sincere. I'm really curious. I care what people think. I listen to
answers and leave my ego at the door. I don't use the word 'I.'"
-- TV personality Lary King in Psychology Today
-Kurt
As an Amazon Associate we earn from qualifying purchases.