Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Print several items in output without comma
#3
Another approach, if Davider's doesn't work for you (perhaps there's no console to write to):
 
Code:
Copy      Help
string _catID = "Hpc";
int _serialNo = 356425;

string tempString = "Serial: " + _catID + " " + _serialNo;
print.it(tempString);


Messages In This Thread
RE: Print several items in output without comma - by burque505 - 07-14-2024, 01:44 PM

Forum Jump:


Users browsing this thread: 3 Guest(s)