Re: Visual Studio Information for Borland Delphi Customers



"Dan Barclay" <Dan@xxxxxxxx> wrote in message
news:44344978@xxxxxxxxxxxxxxxxxxxxxxxxx


I did try to declare them, then put them down below with no success. I
take it that there just isn't a way to do it.


Died-in-the-wool *Pascal* programmers *expect* the procedure body to be
defined before it is used. Anything else is a habit gained from use of other
languages and is confusing unless used consistently. The true intention of
the 'forward' keyword was just to handle the exceptional case of mutually
recursive procedures (i.e. a calls b and b calls a).

--
Chris Burrows
CFB Software
http://www.cfbsoftware.com/gpcp


.



Relevant Pages

  • Re: An open-ended maths/backgammon problem
    ... that gives a success with probability of 1/pi. ... and declare a success. ... and declare a failure. ... Only if it is the second digit in the expansion ...
    (rec.games.backgammon)
  • Re: Copy File and error code
    ... return code to get success or failure: ... DECLARE @sMsg varchar ... DECLARE @sSource varchar ... EXEC master.dbo.xp_cmdshell @sMsg ...
    (microsoft.public.sqlserver.programming)
  • Re: Copy File and error code
    ... Is there any way to modify my code to force sql to return perhaps a simple 0 for success and maybe 1 for an error? ... DECLARE @sMsg varchar ... DECLARE @sSource varchar ... EXEC master.dbo.xp_cmdshell @sMsg ...
    (microsoft.public.sqlserver.programming)
  • Re: Copy File and error code
    ... DECLARE @ret int ... Is there any way to modify my code to force sql to return perhaps a simple 0 for success and maybe 1 for an error? ... DECLARE @sMsg varchar ... DECLARE @sSource varchar ...
    (microsoft.public.sqlserver.programming)