mkirkland
14 years agoContributor
C# script out parameters?
I see some help documentation about out parameters with Delphi but nothing in any other languages.
Is there anything to support out parameters in C# scripting? I can use the 'return true;' but i want more parameters than two..
would be similar to: function TableItems(TableAlias, ItemToSearch, ColToSearch, MinusRowAmt, out string Param1, out string Param2)
{
//......stuff here
}
Is there anything to support out parameters in C# scripting? I can use the 'return true;' but i want more parameters than two..
would be similar to: function TableItems(TableAlias, ItemToSearch, ColToSearch, MinusRowAmt, out string Param1, out string Param2)
{
//......stuff here
}