void gp1(const char * p) { PromptOK(p); } void HelloWorld::About() { PromptOK("{{1@5 [@9= This is the]::@2 [A5@0 Ultimate`+`+ Hello world sample}}"); String abc = "hello"; gp1(~abc); }
Report message to a moderator