I have searched the forums here and read the concatenate posts and I've also tried playing about with l2s but I cannot seem to solve the following problem.
I need to append "/40h" to any incoming message...seems simple right? Here are some examples:
"/clear 0" is the incoming message and I need "send /40h/clear 0" as the output.
"/led 0 0 1" needs to be "send /40h/led 0 0 1"
I have tried all kinds of different scenarios but cannot get this to happen. It seems like a simple prepend but that puts a space so I get things like "/40h /led 0 0 1". l2s will strip all spaces out so I get "/40h/led001". Anyone have any ideas, this has gotta be a fairly common task? Thanks!