T
TonyM
Hi,
Can someone help me convert the following C code to the C# equivelent?
Basically, we're trying to use a variable (iIndentLevel) to change the
number of spaces in the string.
sprintf(buff,"%*sEntering: %s\r\n",iIndentLevel,"
",pFunctionStringTable[sTraceData.usFunctionNum]);
Thanks alot for any and all help!
-Tony
Can someone help me convert the following C code to the C# equivelent?
Basically, we're trying to use a variable (iIndentLevel) to change the
number of spaces in the string.
sprintf(buff,"%*sEntering: %s\r\n",iIndentLevel,"
",pFunctionStringTable[sTraceData.usFunctionNum]);
Thanks alot for any and all help!
-Tony