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