curious
11-03-2009, 03:36 PM
Is there a typing error at string concatenation example in Help Guide?
http://www.ninjatrader-support.com/HelpGuideV6/helpguide.html?BasicSyntax
// Example of string concatenation
string wordOne = "Ninja";
string wordTwo = "Trader";
Print(MyInteger.ToString());
http://www.ninjatrader-support.com/HelpGuideV6/helpguide.html?BasicSyntax
// Example of string concatenation
string wordOne = "Ninja";
string wordTwo = "Trader";
Print(MyInteger.ToString());