LucaMs Expert Licensed User Longtime User Feb 14, 2021 #1 Excluding operators, brackets, etc. Spoiler: I think it is... - 1
Erel B4X founder Staff member Licensed User Longtime User Feb 15, 2021 #2 B4X: Dim DoesMinus1AppearInMyCode As Boolean = Code.IndexOf("-1") <> -1
stevel05 Expert Licensed User Longtime User Feb 15, 2021 #4 More recently (and more seriously) it's probably B4X: Wait For (Dialog.Show ....) Complete (Resp as Int)
More recently (and more seriously) it's probably B4X: Wait For (Dialog.Show ....) Complete (Resp as Int)
LucaMs Expert Licensed User Longtime User Feb 15, 2021 #5 My current (I hope completed) project has "- 1" 42 times. I don't know how many lines of code total, though; not very many, only 8 code modules.
My current (I hope completed) project has "- 1" 42 times. I don't know how many lines of code total, though; not very many, only 8 code modules.
stevel05 Expert Licensed User Longtime User Feb 15, 2021 #6 Wow, that's a coincidence. The same project I posted the picture above from also has 42 -1's 6000+ lines of code in 38 modules.
Wow, that's a coincidence. The same project I posted the picture above from also has 42 -1's 6000+ lines of code in 38 modules.
stevel05 Expert Licensed User Longtime User Feb 15, 2021 #8 LucaMs said: Mine only 11 "Wait For" Click to expand... I seem to spend most of my life waiting for something. The problem is, I can no longer remember what it is I'm waiting for.
LucaMs said: Mine only 11 "Wait For" Click to expand... I seem to spend most of my life waiting for something. The problem is, I can no longer remember what it is I'm waiting for.
LucaMs Expert Licensed User Longtime User Feb 15, 2021 #9 stevel05 said: I seem to spend most of my life waiting for something. The problem is, I can no longer remember what it is I'm waiting for. Click to expand... "Waiting for Godot"
stevel05 said: I seem to spend most of my life waiting for something. The problem is, I can no longer remember what it is I'm waiting for. Click to expand... "Waiting for Godot"
aeric Expert Licensed User Longtime User Feb 15, 2021 #10 I thought "Dim" and "As" contribute the most.
Cableguy Expert Licensed User Longtime User Feb 15, 2021 #11 aeric said: I thought "Dim" and "As" contribute the most. Click to expand... The dim has been replaced by public/private alternative replacement when dealing with persistent declarations.
aeric said: I thought "Dim" and "As" contribute the most. Click to expand... The dim has been replaced by public/private alternative replacement when dealing with persistent declarations.