Comments on: C5_BEGIN SEQUENCE https://vivaclipper.wordpress.com/2013/07/20/c5_begin-sequence/ Notes of a Clipper Language Student Sun, 21 Jul 2013 19:17:41 +0000 hourly 1 http://wordpress.com/ By: C5 Error Class | Viva Clipper ! https://vivaclipper.wordpress.com/2013/07/20/c5_begin-sequence/#comment-2760 Sun, 21 Jul 2013 19:17:41 +0000 http://vivaclipper.wordpress.com/?p=4951#comment-2760 […]   Class Function ErrorNew() Create a new error object ErrorNew() –> objError Returns a new Error object. Exported Instance Variables args An array of function or operator arguments canDefault Indicates whether or not default recovery is available canRetry Indicates whether or not a retry is possible after an error canSubstitute Indicates if a new result can be substituted after an error cargo User-definable variable description Character description of the error condition filename Name of the file associated with the error genCode Clipper error code number operation Character description of the failed operation osCode Operating system error code number severity Indicates error severity subCode Subsystem-specific error code number subSystem Character description of the subsystem generating the error tries Number of times the failed operation has been attempted See Also: BEGIN SEQUENCE DOSERROR() ERRORBLOCK() NETERR() […]

]]>
By: C5 Flow Control | Viva Clipper ! https://vivaclipper.wordpress.com/2013/07/20/c5_begin-sequence/#comment-2602 Sat, 20 Jul 2013 21:29:25 +0000 http://vivaclipper.wordpress.com/?p=4951#comment-2602 […]  BEGIN SEQUENCE : […]

]]>
By: C5 Statements | Viva Clipper ! https://vivaclipper.wordpress.com/2013/07/20/c5_begin-sequence/#comment-2578 Sat, 20 Jul 2013 21:21:36 +0000 http://vivaclipper.wordpress.com/?p=4951#comment-2578 […] Declare a module identifier BEGIN SEQUENCE Define a sequence of statements for a BREAK DECLARE* Create and initialize private memory variables […]

]]>
By: C5_RETURN | Viva Clipper ! https://vivaclipper.wordpress.com/2013/07/20/c5_begin-sequence/#comment-2566 Sat, 20 Jul 2013 21:02:08 +0000 http://vivaclipper.wordpress.com/?p=4951#comment-2566 […] See Also: BEGIN SEQUENCE FUNCTION LOCAL PRIVATE PROCEDURE […]

]]>
By: C5_IF ( Statement ) | Viva Clipper ! https://vivaclipper.wordpress.com/2013/07/20/c5_begin-sequence/#comment-2541 Sat, 20 Jul 2013 20:41:12 +0000 http://vivaclipper.wordpress.com/?p=4951#comment-2541 […] Also: BEGIN SEQUENCE DO CASE DO […]

]]>
By: C5_FOR | Viva Clipper ! https://vivaclipper.wordpress.com/2013/07/20/c5_begin-sequence/#comment-2536 Sat, 20 Jul 2013 20:33:13 +0000 http://vivaclipper.wordpress.com/?p=4951#comment-2536 […] Also: AEVAL() BEGIN SEQUENCE DO CASE DO WHILE IF […]

]]>
By: C5_DO WHILE | Viva Clipper ! https://vivaclipper.wordpress.com/2013/07/20/c5_begin-sequence/#comment-2529 Sat, 20 Jul 2013 20:22:56 +0000 http://vivaclipper.wordpress.com/?p=4951#comment-2529 […] Also: BEGIN SEQUENCE DBEVAL() DO […]

]]>
By: C5_DO CASE | Viva Clipper ! https://vivaclipper.wordpress.com/2013/07/20/c5_begin-sequence/#comment-2527 Sat, 20 Jul 2013 20:20:11 +0000 http://vivaclipper.wordpress.com/?p=4951#comment-2527 […] Also: BEGIN SEQUENCE DO […]

]]>