This is an old revision of the document!
orxSTRING alphabet = (orxCHAR*)"ABCDEFGHIJKLMNOPQRSTUVWXYZ"; orxU32 size = 3, pos = 4; orxCHAR buffer[64]; orxString_NPrint(buffer, size + 1, "%s", alphabet + pos);
buffer contains “EFG”.