into a PDF documents to calculate a value of a field.
I have 2 fields.
One file is name: Profile_Business_Type and the other field is Text2
I am trying to calcuate the value of Text2 anytime the value of
Profile_Business_Type is equal to the words "Condominium Associations"
So far I have this script, but it doesn't work. I am sure that it is
missing a very simple syntax. I am very grateful for any help you can
provice
Here's what I have so far. Thank you
if(Profile_Business_Type == "Condo Associations")
System.out.println("813990");
--
You received this message because you are subscribed to the Google Groups "JavaScript Forum" group.
To post to this group, send email to javascript-information@googlegroups.com.
To unsubscribe from this group, send email to javascript-information+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/javascript-information?hl=en.
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.