2005-10-06 07:25 AM
#include "ctype.h" ... for (i=0; i <= 15 ; i++) { buffer(i) = std::tolower (buffer(i)); }and keep getting "Call of non-function error" from Codewarrior when I compile.
2005-10-06 08:22 AM
2005-10-06 11:52 AM
Oleg wrote:
may be buffer?
2005-10-06 01:00 PM
TomWaltz wrote:You may also want to consider using the string utilities in the ArchiCAD API - in this case 'CHtoLower' for example.
I am trying to change the case of a char array to all lower case.