|
|
| Author |
Message |
jobseeker
New User
Joined: 07 Mar 2005 Posts: 23
|
|
|
|
thank you friends for creating a new facility.
i haev received lot of wrong answer for my previous questions. so i make this topic only for moderators. |
|
| Back to top |
|
 |
References
|
Posted: Sun Mar 20, 2005 12:51 am Post subject: Re: Why I can not use NEXT Sentence with AT END Clause |
 |
|
|
 |
mcmillan
Site Admin
Joined: 18 May 2003 Posts: 888 Location: India
|
|
|
|
NEXT Sentence unconditionally transfers the control to the next executable sentence.
AT END phrase is used to specify an operation to perform, after reaching the end of the array/file.
But if you are not specifying any AT END condition, the control will be transferred to Next sentence by default.
So there is no meaning of AT END NEXT SENTENCE. |
|
| Back to top |
|
 |
|
|