Adding space to text string

BWalton

New Member
I am sure I am just missing something obvious but I can't seem to find a way to add a space at the end of a text string. In particular the Source that displays date/time so for example the time is 11:59:25 how to make it display 11:59:25(space)(Space).

Thanks
Bill
 

FerretBomb

Active Member
There is no source that displays the date/time. Are you using a plugin or LUA script for that? You'd need to ask the plugin/script creator.

Why do you need spaces on the end, by the way? If it's a positioning thing, you should be able to right-click the source, go into Transforms->Edit Transform, and be able to set things like the alignment, origin point and so on to get the positioning correct.
 

BWalton

New Member
There is no source that displays the date/time. Are you using a plugin or LUA script for that? You'd need to ask the plugin/script creator.

Why do you need spaces on the end, by the way? If it's a positioning thing, you should be able to right-click the source, go into Transforms->Edit Transform, and be able to set things like the alignment, origin point and so on to get the positioning correct.

I really screwed up on this one I was just thinking of a text string but its a lua script for date & time I will check with the author

Thanks
Bill
 

BWalton

New Member
I figured it out needed to add the space to the script 1st, I wasn't thinking about it being a script, once again you pointed me in the right direction.

Thank You
Bill
 
Top