Link to home
Start Free TrialLog in
Avatar of TimSweet220
TimSweet220

asked on

Checking the value of a variable/parameter

I'm use do doing web apps and depending on  the language there is always away to display a varaible/parameter that is being passed.

I'm trying to set a variable to a field being pulled from a dataset so that I can check it with  if/case statement.

what would be the syntax for having that display on the form when running the app?

ASKER CERTIFIED SOLUTION
Avatar of nickhoggard
nickhoggard

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of TimSweet220
TimSweet220

ASKER

In cold fusion for example you can do a CFDump and all the variables/parameters in a recordset will be displayed.  I want to be able to do something similar in this vb app.