Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using FORMAT function changes arrays in VB6 not in VB5

Status
Not open for further replies.

IQ

Programmer
Mar 15, 2000
20
GB
If you format an array cell which has not been set to anything ( i.e. IsEmpty = True ), VB5 and VB6 do different things.<br><br>In VB5 the array is left as EMPTY.<br><br>In VB6 the array is changed to NULL.<br><br>So if you use any checks for IsEmpty these will be False!<br><br>IQ
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top