Sign In/My Account | View Cart  

advertisement

AddThis Social Bookmark Button

Article:
  Using the CodeDOM
Subject:   Clarification required regarding code in article
Date:   2003-03-12 06:20:04
From:   neh123us@yahoo.com
Response to: Clarification required regarding code in article

Sorry for the confusion. You are correct. The for loop should be structured like:


for (int i = 0; i < Characters.Length ; i++)
{
cse[i] = new CodePrimitiveExpression (Characters[i]);
}


Let me know if you have any additional questions, or see any other problems.
Nick