We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2005-10-06 04:25 PM - last edited on 2023-08-07 11:34 AM by Doreena Deng
#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 05:22 PM
2005-10-06 08:52 PM
Oleg wrote:
may be buffer?
2005-10-06 10: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.