Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
IIF
Message
From
02/04/2001 16:15:22
Chuck Tripi
University of Wisconsin - Milwaukee
Milwaukee, Wisconsin, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
IIF
Miscellaneous
Thread ID:
00491068
Message ID:
00491068
Views:
32
What's wrong here?
IIF(org.delegated,m.delegated='Y',m.delegated='N')
IIF(org.contract,m.contract='Y',m.contract='N')
This below works, but why not IIF?
IF org.delegated
	m.delegated='Y'
ELSE
	m.delegated='N'
ENDIF
IF org.contract
	m.contract='Y'
ELSE
	m.contract='N'
ENDIF
Chuck
Today is tomorrow's yesterday.
Next
Reply
Map
View

Click here to load this message in the networking platform