humbletech99
Programmer
I notice there are doesn't seem to be any proper string formatting in VBScript in order to specify how output strings should come out.
I am trying to align output into clear columns, regardless of the length of the various column inputs. Hence I need a way of stating that a column should be X characters across including spaces in length regardless ("%-10s" type stuff if any of your know string formatting from any other languages)
I suspect that I will have to write a function to do this...
What do you do for string formatting in VBS?
I am trying to align output into clear columns, regardless of the length of the various column inputs. Hence I need a way of stating that a column should be X characters across including spaces in length regardless ("%-10s" type stuff if any of your know string formatting from any other languages)
I suspect that I will have to write a function to do this...
What do you do for string formatting in VBS?