wonder Expert Licensed User Longtime User Feb 15, 2016 #1 Quick question, is there a "#define CONSTANT (value)" pre-processor directive in B4A, or do I have to resort to "Dim CONSTANT = (value) As Int/Double/String/etc"?
Quick question, is there a "#define CONSTANT (value)" pre-processor directive in B4A, or do I have to resort to "Dim CONSTANT = (value) As Int/Double/String/etc"?
S sorex Expert Licensed User Longtime User Feb 15, 2016 #2 The dim constant is the way to go. Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Feb 15, 2016 #3 There are no preprocessor defines in B4X. Upvote 0