Function CSPWString::SetChar()

Description:
Sets the value of the character at the specified position.

Prototype:
void SetChar(unsigned long ulPos, char chChar);

Arguments:
  • unsigned long ulPos [IN]
    The position of the character.

  • char chChar [IN]
    The value of the character.



Return value:
No return value (void).

See also:
member function GetChar()
CSPWString | Basic classes | Class Categories | Online help home | Back

www.micronovae.com

Copyright © 2002 - 2005 Micronovae Ltd