Message 1 of 7
syntax help needed - value found -value not found
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, I wonder if anyone can help me. This code defaults to value found.
If foundVal = MultiValue.FindValue(MultiValue.List("DoorLowerC"), "=", Parameter("Door_Lower")) MessageBox.Show("Door Lower C Value found", "Value found", MessageBoxButtons.OK) Else foundVal = MultiValue.FindValue(MultiValue.List("DoorLowerC"), "=", " ") MessageBox.Show("No value found", "No Match", MessageBoxButtons.OK) End If
I am trying to say: if a value in list DoorLowerC matches the parameter Door_Lower then msg box, value found but if a matching value cannot be found, then msg box, not found.
Please help if you can
Many thanks