Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to check the return value of a method ?
Message
From
06/10/2005 05:26:02
 
 
To
06/10/2005 05:18:23
Yim Ming Sun Derek
Spacious Design Consultant
Hong Kong, Hong Kong
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01056649
Message ID:
01056651
Views:
17
Hi,
Do you meant this?
	IF THISFORM.send_wilson_data()    && FORM METHOD
	    FOR x = 1 TO nfaxcnt
		IF SUBSTR( afaxtable[x,1],3,1)='1'
		   delfile = "i:\wilson\fax\cfm\"+afaxtable[x,1]
		   DELETE FILE &delfile
		ENDIF 		
	    NEXT x
        ELSE
             QUIT
	ENDIF 
I am not the most powerful man in this world.
I am not the worst man in this world either.
I just as same as all of you.
I still need to learn from my mistakes...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform