Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: variables initialized


Message #1 by "Daniel Boira" <dboira@b...> on Mon, 28 Oct 2002 10:39:31
Try ubound ???



-----Original Message-----
From: Daniel Boira [mailto:dboira@b...] 
Sent: Monday, October 28, 2002 2:40 AM
To: professional vb
Subject: [pro_vb] variables initialized

I have a structure like this
Type PropsFitx
Subst As Boolean
nom As String
End Type
and then declare avariable for the structure:
Public LocalFitx() As PropsFitx
How can I know if I have initialized the variable?
The IsEmpty function returns me an error.
Thanks.

---
Visual C# - A Guide for VB6 Developers
This book will make it easy to transfer your skills 
from Visual Basic 6 to C#, the language of choice 
of the .NET Framework.
http://www.wrox.com/ACON11.asp?ISBN=1861007175&p2p0059


  Return to Index