Error XS9078 All elements of a string concatenation must be of type 'string'. El
Posted: Mon Jun 08, 2020 10:54 am
Another error, this worked as well last year:
Error XS9078 All elements of a string concatenation must be of type 'string'. Element 2 is of type 'dword'
LogEvents("IC2WebExchangeWCF2",0,Null_Object,"Length cText: "+slen(cText),0,"")
Slen is not a dword but a string. What is wrong here?
Dick
Error XS9078 All elements of a string concatenation must be of type 'string'. Element 2 is of type 'dword'
LogEvents("IC2WebExchangeWCF2",0,Null_Object,"Length cText: "+slen(cText),0,"")
Slen is not a dword but a string. What is wrong here?
Dick