fn() in qb64
Posted: Sun Jul 28, 2019 3:42 pm
My former Quickbasic list works well in QB64 but old easy fn() functions are not accepted
DECLARE FUNCTION are needed.
So, I need to transform:
'-------------------------------------------------
declare fny(l)=360*(l/360-int(l/360))
then many times e.g
l0=fny(l0) : v1=fny(v1) etc.
-------------------------------------------------
into equivalent with DECLRE FUNCTION or some easier equivalent
Please enlist...
Grateful!
digamma
DECLARE FUNCTION are needed.
So, I need to transform:
'-------------------------------------------------
declare fny(l)=360*(l/360-int(l/360))
then many times e.g
l0=fny(l0) : v1=fny(v1) etc.
-------------------------------------------------
into equivalent with DECLRE FUNCTION or some easier equivalent
Please enlist...
Grateful!
digamma