Bridge Commander Central
BC Forums => BC Scripting => Topic started by: Rob Archer on September 28, 2006, 04:15:29 PM
-
I have a minor problem,
i have three strings which for now i'll call A B and C, not what i need is to seperate those strings in this manner A/B/C and hve them in the same button.
The closest ive got is ABC altogether...
pXXXX = Lib.LibEngineering.CreateMenuButton("CD: "+ str(A) "/" + str(B) "/" + str(C)), "XO", __name__ + ".Nothing")
Never mind i solved the problem, Modderator Please DELETE
-
If A, B and C arestrings, then you don't even need to have the str function.