How to Build a Character Query Statement in H2ONet
H2ONet is a computer modeling program for hydro engineers. It models water systems, testing things like pressure, energy management and flow. It offers a graphic user interface for nonprogrammers, but you can also run it using SQL and VB coding. One thing you can do is search a model or dataset for a certain character or phrase. This is known as a “character query statement,” and is easy to build.
Instructions
-
-
1
Load your model in H2ONet.
-
2
Click the back square in the tool bar. This opens the command line.
-
-
3
Type the following: criteria$ = "XXX”
-
4
Replace XXX with the character or phrase you are looking for. Leave the quotation marks.
-
5
Hit Enter. This will scan the model and/or dataset and pop the results up in a new window.
-
1