Problem - AsWideString

Questions and answers on how to use XLSReadWriteII 3/4/5.
Post Reply
pumaCB
Posts: 3
Joined: Tue Dec 09, 2008 3:24 pm

Problem - AsWideString

Post 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.
larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

Re: Problem - AsWideString

Post by larsa »

Hello

Use AsString. AsWideString is only for backward compatibility.
Lars Arvidsson, Axolot Data
Post Reply