Introducing LABELs, and HEADINGs in declarationsi

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Introducing LABELs, and HEADINGs in declarationsi

Thomas.Schneider.Wien
  The NetRexx Syntax is so well designed, that we can now introduce
Labels (used for Screens or Show) and Headings (used for Print-Outs, as well

a_name = String '', Label='Employes Names', head= 'Name'

Labels are used in Screeen and/or Console I/O (when using SHOW),
and headings (defined by head=) are used for printouts, and/or EXCEL
column hadings.

When not present, the item's name (a_name the case above) will be used.

Any objections ?
Tom.

PS: all those ideas are from some common 4GL languges I did
use/design/implement decase ago ....)

Objections?
t

--
Thomas Schneider Projects ReyC & LOGOS on www.KENAI.com
_______________________________________________
Ibm-netrexx mailing list
[hidden email]

Tom. (ths@db-123.com)