Function CSPString::SetChar()

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

Micronovae 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()
CSPString | Basic classes | Class Categories | Online help home | Back

Copyright © 2002 - 2006 Micronovae Ltd. - www.micronovae.com