iscons
26th August 2016, 19:59
When I make this call:

rc = stpapi.insert("tdilc4113s000",1,msg)

I get this returned

msg = "L"

what does L mean?

The record does get created correctly

benito
26th August 2016, 23:26
try declaring msg like this:
string msg(50)

iscons
27th August 2016, 01:51
I was able to get the error by using string stpapi.get.mess.code(string session [, ref string
err.mesg])