Code: Select all
Properties for "<name>"Code: Select all
Window_0 = OpenWindow(#PB_Any, 0, 0, 920, 530, "Properties for "<name>"", #PB_Window_SystemMenu | #PB_Window_ScreenCentered)Code: Select all
Line 7: Boolean comparisons can only be used with test operators like If, While, Repeat. Use Bool() instead.Code: Select all
Window_0 = OpenWindow(#PB_Any, 0, 0, 920, 530, "Properties for "+Chr(34)+"<name>"+Chr(34), #PB_Window_SystemMenu | #PB_Window_ScreenCentered)Good luck.
