FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour ARRAY EMpty
Posts: 3107
Joined: Fri Oct 07, 2005 06:28 PM

ARRAY EMpty

Posted: Wed Oct 07, 2009 09:02 AM

Can I see if an array is empty or Full ?
I must show a ok.bmp if aNumbers[1] is full or if is Empty I must show No.bmp

Best Regards, Saludos



Falconi Silvio
Posts: 1195
Joined: Mon Oct 17, 2005 05:41 AM

Re: ARRAY EMpty

Posted: Wed Oct 07, 2009 09:42 AM
Code (fw): Select all Collapse
iif(aNumbers[1] = nil,' no.bmp','ok.bmp)


Regards,
Marc
Regards,

Marc



FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite

Continue the discussion