RBNicho
unread,Apr 18, 2008, 11:07:15 AM4/18/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to esri
Hello,
I have created a pipeline c/l with many fields, one of which is the
product name in the pipe...I have created a new field called
product_id and want to be able to assign an ID no. for the products.
categories are:
Crude = 1
Refined Products = 2
Chemicals/LPG/NGL =3
Idle = 4
so if gasoline then would be 2, if benzene would be 3, etc...
tried
if [field1] = gasoline then [field2] = 2 end if
keep getting an error "user interrupted" does it matter what type of
field it is?
Thanks,