Page 1 of 1

64Bit Variables

Posted: Sat Aug 22, 2020 3:10 pm
by Docara
Hello everyone,

Just noticed FC doesn't support long long variables (64bit) how can this variable type be implemented and used if FC?
Could I drop down to a C box and declare a long long then use it within FC as per normal?

Re: 64Bit Variables

Posted: Sat Aug 22, 2020 3:56 pm
by kersing
1. Please do not start a topic in Tips and Tricks for questions. Share your knowledge over there.
2. Flowcode does not implement 64 bit variables by itself. You might be able to use them in C code, depending on:
3. It helps if you specify which version of Flowcode you are using and what target chip you want to use. The different target families use different compilers with different capabilities.