Hi RLWA32-6355,
Thanks for the reply.
No! Sorry your method too fails; it doesn't show "No Error Message" when swe_solcross_ut method does not write anything to the serr string (i.e.: when there is no error).
Anyway, I solved this problem yesterday soon after replying to "Viorel".
My code is:
If serr < Space(256) Then
Console.WriteLine(vbCrLf & " Error Message : Nothing ! " )
Else
Console.WriteLine(vbCrLf & " Error Message: " & serr )
End If