Page 1 of 1

Problem - AsWideString

Posted: Tue Dec 09, 2008 3:45 pm
by pumaCB
Hello,
I have got a problem in Delphi 7. If there is an integer value in a cell and I read it, for example XLSReadWriteII41.Sheets[1].AsString[1, 4] , all is OK.

If I read it XLSReadWriteII41.Sheets[1].AsWideString[1, 4] an empty value is returned.

How can I solve this? Thank you.

Re: Problem - AsWideString

Posted: Fri Dec 12, 2008 12:27 pm
by larsa
Hello

Use AsString. AsWideString is only for backward compatibility.