Menu
comp.lang
Embarcadero
Microsoft
Related Sites

Newsgroup: embarcadero.public.delphi.thirdpartytools.ravereports


cmdolcet69 - Functions -   24 Mar, 14:20 [ Get full thread ]  
Functions
If a function get passed some variables by val and by ref. how can i
call that function again in the same class.

For example:  Private Function Number (byval x as integer, byval y as
integer) as integer
                           return some value
                     end Function


If I call the Number () inside another sub  what do i put inside the
(.......) ?
Martin H. - Re: Functions -   24 Mar, 14:39 [ Get full thread ]  
cmdolcet69 - Re: Functions -   24 Mar, 19:40 [ Get full thread ]  
Armin Zingler - Re: Functions -   24 Mar, 19:54 [ Get full thread ]  
cmdolcet69 - Re: Functions -   26 Mar, 20:56 [ Get full thread ]  
Inictus - Re: Functions -   26 Mar, 21:20 [ Get full thread ]  

Click on title to retrieve message.