Search found 1383 matches
- Wed Mar 25, 2026 11:36 am
- Forum: General
- Topic: Flowcode v11.0.1.14
- Replies: 1
- Views: 38
Re: Flowcode v11.0.1.14
The templates/examples are stored with Flowcode's other Library Files data and can be overwritten, so I would not suggest copying your files there unless you were careful to keep backups. If you did want to add templates there, then they are located here: %PROGRAMDATA%\MatrixTSL\FlowcodeV11\Misc\Tem...
- Tue Mar 24, 2026 10:05 am
- Forum: General
- Topic: Compare strings!
- Replies: 7
- Views: 180
Re: Compare strings!
Also, the direct string comparison current only works with the "is equal to" ("==" / "=") and "is not equal to" ("<>" / "!=") operators. We may change this in a future release so it also works with "greater than" (etc).
- Tue Mar 24, 2026 10:01 am
- Forum: General
- Topic: Compare strings!
- Replies: 7
- Views: 180
Re: Compare strings!
Just to add, the result of the "Compare$" function can also be used to determine whether the strings are "higher" or "lower" than each other. For example, see this: s1 = "abc" s2 = "abd" result = Compare$(s1, s2, 0) In this case, "result" w...
- Mon Mar 23, 2026 5:22 pm
- Forum: Feature Requests
- Topic: Visual-Only Flowcharter
- Replies: 10
- Views: 9814
Re: Visual-Only Flowcharter
My thoughts however were along the lines of a simple embedded flowcharting tool for inclusion within the Flowcode project source, enabling simple high-level charts to be created/presented/discussed potentially in advance of code development, particularly for collaborative discussions with non-FC us...
- Mon Mar 23, 2026 12:06 pm
- Forum: General
- Topic: Flowcode v11.0.1.14
- Replies: 0
- Views: 113
Flowcode v11.0.1.14
A new core update to Flowcode v11 is now available. This version is v11.0.1.14 and if you are running a version of Flowcode v11 prior to this latest release, the following notification will appear allowing it to be downloaded and installed: v11_core_update_available.png Alternatively, this new versi...
- Mon Mar 23, 2026 10:17 am
- Forum: Bug Reports
- Topic: Flowcode crashing when trying to add componets to 2d panel
- Replies: 11
- Views: 7197
Re: Flowcode crashing when trying to add componets to 2d panel
I have not seen any other user experiencing this issue and V10 was released over 3 years ago, so there must be something unusual happening on your PC(s) that is causing this issue. The components will be loaded from this location: %PROGRAMDATA%\MatrixTSL\FlowcodeV10\ Typically, this will resolve to ...
- Fri Mar 20, 2026 9:06 am
- Forum: General
- Topic: Solved ! Does the auto version id work in version 11
- Replies: 6
- Views: 297
Re: Solved ! Does the auto version id work in version 11
Glad it's working, Mark. Thanks for letting us know.
- Thu Mar 19, 2026 3:35 pm
- Forum: General
- Topic: Solved ! Does the auto version id work in version 11
- Replies: 6
- Views: 297
Re: Does the auto version id work in version 11
Thanks. It looks like you are using a v10 component instead of the v11 component. This is in the C code: /*========================================================================*\ Use :AutoVersionID1 :GUID: 1911d96c-78dd-414a-b23c-6691fb19f63f :Location: C:\ProgramData\MatrixTSL\FlowcodeV10\Compon...
- Thu Mar 19, 2026 9:20 am
- Forum: General
- Topic: Solved ! Does the auto version id work in version 11
- Replies: 6
- Views: 297
Re: Does the auto version id work in version 11
I've just checked this and it seems to be compiling ok for me. Make sure you up-to-date with Library Updates (in the Help menu) and try again. If it's still a problem, please post the following files of a project that does not work and we will investigate further: .fcfx - the project file .c - gener...
- Tue Mar 17, 2026 12:46 pm
- Forum: Tips & Tricks
- Topic: I2C Sniffer
- Replies: 4
- Views: 3515
Re: I2C Sniffer
I think it's on this page:
https://www.flowcode.co.uk/wiki/index.p ... Interface)
https://www.flowcode.co.uk/wiki/index.p ... Interface)