Does join leaves something between the appended strings?

Hey there,
I am making a project in which i am joining two strings and storing it inside of a variable, later i will have to check using if-else statements if the value of the variables is equal, hence it becomes crucial to know what exactly is the value of my variable... So i want to know if it gives a space or an underscore or what does it give between my appended values or whether i have to add a string with an underscore if there is no gap, please help ASAP,
Thanks in advance!:grinning:

What did you try ?

If you had experimented, you would find there is no space or character inserted when using the join block.

1 Like

So will I have to manually add one in that case? @TIMAI2

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.