shrug-l: RE: ArcINFO bug???
Tan, Yurong
Yurong.Tan at va.gov
Wed Feb 15 09:49:16 EST 2006
For those of you who are still using Arc/INFO AML to do things, you
might need to watch out for functionality changes that might have been
implemented inadvertently. For example, a variable quoted by the [QUOTE
] function is not the same as not quoted by the [QUOTE ] function. For
instance, the following statements will produce different results
(ArcInfo 9.0). Among other things, the quote function is often used to
prevent a failure should the variable is a null/empty or an incompatible
type (e.g. a number in this case).
&sv x = 'TEST'
&if [quote %x%] = 'TEST' &then &type (1) X is equal to TEST
&else &type (1) X is not equal to TEST
&if %x% = 'TEST' &then &type (2) X is equal to TEST
&else &type (2) X is not equal to TEST
Yurong Tan, Ph.D., Program Analyst/GIS
PSSG - Field Unit of ADUSH for Policy and Planning
Department of Veterans Affairs
Tel: 352-374-6080 (x5382)
Fax: 352-374-6119
___________________________________
They all gave some and some gave all!
More information about the SHRUG-L
mailing list