VB6 Functions - Return Value
Function GetData(strData As String) As String
GetData = strData
End Function
Set the name of the function equal to the data you want to pass back.
Meditech NPR Reports / NPR Report Writing / NPR Report Writer / Meditech NPR / Non-Procedural Report / Meditech Consulting / Meditech Reports
No warranty is expressed or implied for this information.
Function GetData(strData As String) As String
For lngLoop = 0 To (UBound(strHL7Message()) - 1) 'Loop thru segments.
=== PROBLEM ===
