I am still fairly new to ASP Programming.
I am trying parser a string return into a table. In the code blow sReturnString will be a vbtab and vbcrlf delimited string of the formatted rows of returned information.
GetOpenRecs is a method available on my MTS dll
<%
Dim sReturnString
Dim sError
retval = MutObj. GetOpenRecs (cstr(sz GetOpenRecs String), cstr(sReturnString), cstr(sError))
%>
Return value of function = <%=retval%>
<%
retval returns a –1 or 0,
-1 represents an error,
0 represents a successful return value.
I am trying parser a string return into a table. In the code blow sReturnString will be a vbtab and vbcrlf delimited string of the formatted rows of returned information.
GetOpenRecs is a method available on my MTS dll
<%
Dim sReturnString
Dim sError
retval = MutObj. GetOpenRecs (cstr(sz GetOpenRecs String), cstr(sReturnString), cstr(sError))
%>
Return value of function = <%=retval%>
<%
retval returns a –1 or 0,
-1 represents an error,
0 represents a successful return value.