26# if lastButtonIsCancel is set to False, and you click any button the user value is updated
27 lastButtonIsCancel = False
28 btn, value = FBMessageBoxGetUserValue("Select Choices","Enter a value and select an action:", "", FBPopupInputType.kFBPopupString,"Do this","Do that", "Do it that way", 1, lastButtonIsCancel)