hi all,
look at this function:
how can i implement it as a macro.
thank for each support
look at this function:
Code:
string test(string str)}{ str.insert("my string"); return str; }
thank for each support
Comment