Printer FriendlyEmail Article Link

TTworkbench: How to define a module parameter in TTCN-3?

Environment/Versions
TTworkbench, Windows, Linux, 32/64bit
Answer
Since the standard editon 3, like below:

modulepar integer PX_MAX_NUMBER := 10;
modulepar Name PX_NAME := { firstname := "Alan", surname := "Smith"  }   // type record Name {charstring firstname, charstring surname}

Product : TTCN-3 Language