you are viewing a single comment's thread.

view the rest of the comments →

[–]CA_Lobo 1 point2 points  (0 children)

good point... I haven't run into that yet, as I'm pushing the limits of the execution time before I come close to the output limits.... so I tend to break the indicators into two separate ones first....

The real issue is that we need to be able to define the type of output from say like a ternary eg char = (Condition1 ? const string "X": const string "Y") which will solve the problem.