char ConsInput[400]; would contain the variable string ( a command line )
It could be preceded by strings such as
"Execute" or "LVAdd"
I want to get the result in
char ConsCopy[440];
Is there a standard or an easy way to do this?
Tue, 2012-04-24 22:46
#1
concatenate a variable sting after a constant string