Hi!
I am making a simple server set up, and I need to be able to combine 2 strings in the following way:
string 1 = open
string 2 = IP-address inserted in text box in the UI
Could I do something like having a third string called “String1” “String 2”, that I would insert to the command box?
Thankyou!
exactly. When you combine "open " and your ip adress you should mind the " " after open otherwise your combined string will look like “open91.41.13.156”