07-13-2024, 06:48 PM
Hello
I'm new to C# and have spent a good amount of time trying to find this answer to avail so I thought I would turn to the brain trust.
I need to print out several variables in output with print.it syntax.
there should be no comma in between went sent to the screen.(i want to remove comma between variables in output)
thanx for any ideas or help...
syntax is like this=> print.it ("Serial:", _catID, _serialNo); and output must be like this => Serial: Hpc_356425
I'm new to C# and have spent a good amount of time trying to find this answer to avail so I thought I would turn to the brain trust.
I need to print out several variables in output with print.it syntax.
there should be no comma in between went sent to the screen.(i want to remove comma between variables in output)
thanx for any ideas or help...
syntax is like this=> print.it ("Serial:", _catID, _serialNo); and output must be like this => Serial: Hpc_356425