64Bit Variables

For questions and comments on programming in general. And for any items that don't fit into the forums below.

Moderators: Benj, Mods

Post Reply
Docara
Posts: 315
Joined: Sun Jun 23, 2013 1:29 pm
Has thanked: 28 times
Been thanked: 61 times
Contact:

64Bit Variables

Post 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?

kersing
Valued Contributor
Valued Contributor
Posts: 2045
Joined: Wed Aug 27, 2008 10:31 pm
Location: Netherlands
Has thanked: 553 times
Been thanked: 1081 times
Contact:

Re: 64Bit Variables

Post 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.
“Integrity is doing the right thing, even when no one is watching.”

― C.S. Lewis

Post Reply