Search found 1 match
- Sun Jul 28, 2019 3:42 pm
- Forum: Other programming languages
- Topic: fn() in qb64
- Replies: 1
- Views: 692
fn() in qb64
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. ------------------...