User Profile
Collapse
-
thanks for you reply i try apply this on my code hope it will work... -
How to Call a Function as a argument in another Function
I am using Visual Studio and using this code in report Properties
...Code:Dim values As New System.Collection.ArrayList Function AddValues(newValue As Decimal) As Decimal values.Add(newValues) AddValues=newValues End Function Function GetMedian() As Decimal Dim count As Integer =values.Count If (count>0) values.Sort() GetMedian=values(count\2) End If
Last edited by Killer42; Apr 6 '07, 11:19 PM. Reason: Please use [CODE]...[/CODE] tags around your code.
No activity results to display
Show More
Leave a comment: