B Bob Spielen Active Member Licensed User Jul 28, 2020 #1 When I use B4X v10.0: auth.Initialize("auth") Im getting the message : Starter - 34: This sub should only be used for variables declaration or assignments of primitive values. (warning #29) What am I doing wrong?
When I use B4X v10.0: auth.Initialize("auth") Im getting the message : Starter - 34: This sub should only be used for variables declaration or assignments of primitive values. (warning #29) What am I doing wrong?
DonManfred Expert Licensed User Longtime User Jul 28, 2020 #2 You should DIM it in process_globals. NO Initialization. It must be initialized in service_create Upvote 0
B Bob Spielen Active Member Licensed User Jul 28, 2020 #3 Thank you very much for the fast reply!!! Wünsche noch'n schönen Tag!! Upvote 0