Hello Group
I have the following StringBuilder object code:
//----Begin CODE----------
StringBuilder record5 = new StringBuilder();
record5.Length = 94; //Set length
record5.Insert(0,"0520"); //Insert at position 0
record5.Insert(4,"4CCC");
record5.Insert(20,"20CCCC")...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.