xiaoding721
2024-10-16 2038c70957e1b10e44ab8a8d94884cd09254f051
1
2
3
4
5
6
7
8
9
10
11
Quintiq file version 2.0
#parent: #root
Function CalcMessage
{
  TextBody:
  [*
    value := this.GetMessage();
    
    this.Message( value );
  *]
}