I am looking for a way to generate N pieces of question marks joined with comma.
string element="?";
string sep=",";
int n=4;
// code to run and create ?,?,?,?
- EDIT 1
I am looking in a simple way. Probably using 1-2 line of code. In c++ there are array fill() and joins.
- EDIT 2
I need this for Compact Framework