Home > User Support > CoverageMaster winAMS FAQ

CoverageMaster winAMS FAQ

Test Data Settings

116_01: Can I use a local variable as an input or output in a CSV file?

Question:

Can I use a local variable as an input or output in a CSV file?

Answer:

A local variable cannot be used as an input or output in a CSV file. To use a variable as input or output in a CSV file, the variable must be mapped to memory statically. A local variable cannot be specified as an input or output because it will be created on the stack area after starting the function. Only global variable and static variables can be used as inputs or outputs to a CSV file.


Related Technical Tips Search

Other technical tips in GAIO's web site can be searched for using the links below.

Search key word link: Local Variables
Technical Tips Google Search


Information Links