Chameleon and Iguana Plugin C# Class Libraries

Engine.Generate Method 

Get a message in string format, generating it from the table structure aTable and the message at messageIndex.

[Visual Basic]
Public Function Generate( _
   ByVal aTable As Table, _
   ByVal messageIndex As Integer _
) As String
[C#]
public string Generate(
   Table aTable,
   int messageIndex
);

See Also

Engine Class | iNTERFACEWARE.Chameleon Namespace