it is c++
i need to append some text to the end of IDC_VAR with some punctuation
lets say IDC_VAR = "Programming is"
i need this string
varName.replaceBuf(rfb::st
to equal "Programming is fun."
its really just CStr(getItemString(IDC_VAR
somehow i need to add some actual text to the value of IDC_VAR
thanks again
Main Topics
Browse All Topics





by: beryl666Posted on 2005-04-12 at 11:02:33ID: 13765302
i don't understand what you mean? is it in c++? why don't you use copy both text into string type then use string to append or + together then write it back to original place? is it easier?