| Quintiq file version 2.0 | 
| #parent: #root | 
| Method SetDescriptionAnchor ( | 
|   StockingPointInPeriod spip, | 
|   String comment | 
| ) | 
| { | 
|   TextBody: | 
|   [* | 
|     anchordescr := comment + 'SPIP ' + spip.StockingPointID() + ':'+ [String]spip.Start() + String::NewLine()  | 
|                     + 'EIS='  | 
|                     + [String] spip.EstimatedImprovementScore() | 
|                     + 'Tried='  | 
|                     + [String] spip.MetaOptimizerTried(); | 
|      | 
|     this.DescriptionSelectedAnchor( this.DescriptionSelectedAnchor() + anchordescr ); | 
|   *] | 
|   InterfaceProperties { Accessibility: 'Module' } | 
| } |