gnucobol-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [open-cobol-list] ENTRY statement: obsolete?


From: Patrick
Subject: Re: [open-cobol-list] ENTRY statement: obsolete?
Date: Sat, 23 Aug 2014 15:19:30 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.7.0

On 23/08/14 01:48 PM, Scott McKellar wrote:
What does it mean that the FAQ labels the ENTRY statement as obsolete (or any 
other statement for that matter)?

Does it mean "Don't use it because it's likely to go away?"  Or does it just mean 
"Don't use it because it's unfashionable and I don't like it?"

I ask because I'm writing a new subprogram using ENTRY.  It encapsulates a 
complex data structure, with a separate entry point for each supported 
operation.


If ENTRY is going away, I can write the program differently.  However no 
alternative that I can think of is very appealing, except perhaps to rewrite it 
in C.  ENTRY does exactly what I want.

If ENTRY will continue to be available, I'll use it, and shrug off the sneers.

Scott McKellar


------------------------------------------------------------------------------
Slashdot TV.
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
open-cobol-list mailing list
address@hidden
https://lists.sourceforge.net/lists/listinfo/open-cobol-list

Hi Scott

Brian Tiffin is an important member in our community and he uses entry so I doubt it will go away. Perhaps the original uses of ENTRY are now fading but it has new uses like with GUI callbacks.

-Patrick


reply via email to

[Prev in Thread] Current Thread [Next in Thread]