Can’t tell you how many times I wish I had the capability to ‘++’ something.
` valid 4D version of '++' C_LONGINT($i) ` initializes $i=0 $i:=$i+1 ` why not $i+:=1 or $i++
Posted in Wish List, tagged 4D, increment on January 21, 2011| 3 Comments »
Can’t tell you how many times I wish I had the capability to ‘++’ something.
` valid 4D version of '++' C_LONGINT($i) ` initializes $i=0 $i:=$i+1 ` why not $i+:=1 or $i++