How trigger the expression information from post
How trigger the expression information from post
(OP)
Hi
How to take the output of expression information from post
For example dia 10.0
how to extract the information through postprocessor
i tried with the inbuilt variable....its not triggering information
How to take the output of expression information from post
For example dia 10.0
how to extract the information through postprocessor
i tried with the inbuilt variable....its not triggering information





RE: How trigger the expression information from post
[MOM_ask_ess_exp_value "expression name here"]
An example : variable name is "x_len" and expression name is "blkx"
catch {if {[MOM_ask_ess_exp_value blkx] != ""} {
set x_len [MOM_ask_ess_exp_value blkx]}}
MOM_output_literal "(Blank Length is : $x_len)"
John Joyce
Tata Technologies iKS
1675 Larimer St.
Denver, CO
www.myigetit.com
RE: How trigger the expression information from post
Its working !!!!