Sometimes i am working with some more complex math formulars! Here is just only a very small example... Would there be any way to do such things in only one line, instead calculating x steps and storing the result in another value!? I would be very glad when one of the next compiler versions would except such operations in one line, if possible
Code: Select all
fNerved.f = (Int(fTest.f) + lAnotherVal.l) % lThisVal

