T tonigau Member Apr 11, 2025 #1 I miss compound operators ++ -- += -= using B4R (I use them in GCBasic & FreeBasic) I hope these could be included in future. B4X: 'Std syntax for increment: PwrSampleCount = PwrSampleCount +1 SampleCnt = SampleCnt -2 SampleCnt = SampleCnt + IncVal 'Compound oerators: PwrSampleCount ++ SampleCnt -= 2 SampleCnt += IncVal
I miss compound operators ++ -- += -= using B4R (I use them in GCBasic & FreeBasic) I hope these could be included in future. B4X: 'Std syntax for increment: PwrSampleCount = PwrSampleCount +1 SampleCnt = SampleCnt -2 SampleCnt = SampleCnt + IncVal 'Compound oerators: PwrSampleCount ++ SampleCnt -= 2 SampleCnt += IncVal