Iso11783GetEnvInt
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
Description
This function gets the value of an environment variable.Parameters
- envVar: Name of the environment variable
- index: Index of the environment variable
long Iso11783GetEnvInt( char[] envVar, dword index );
value = Iso11783GetEnvInt( "EvFrictionForce", 1 );