Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to use _ASSIGN with array ?
Message
From
05/04/2007 12:31:14
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
How to use _ASSIGN with array ?
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Database:
MS SQL Server
Miscellaneous
Thread ID:
01212575
Message ID:
01212575
Views:
62
Is it possible to show my aAttachments[] array, but avoid access, like I did for TO property?

----------------------------------------------------------------------------------------------------------------------------------------------------------
DEFINE CLASS SendEmailFax as session OLEPUBLIC 
DIMENSION aAttachments[1]
PROTECTED LastError
	
LastError = ""
To = ""
Cc = ""
Bcc = ""
Subject = ""
Body = ""

PROTECTED PROCEDURE To_ASSIGN (tcValue as String)
   	
SET PROCEDURE TO _utility ADDITIVE 
THIS.To = ValidEmailFaxString(tcValue)
THIS.CheckLastError(21, "THIS.To", tcValue)
		     	
ENDPROC
ENDDEFINE
Marc Levesque
La Prairie, Quebec (CANADA)
marc.levesque@videotron.ca
Next
Reply
Map
View

Click here to load this message in the networking platform