Search found 435 matches

by RGV250
Tue Apr 14, 2026 7:29 am
Forum: Feature Requests
Topic: Horizontal radio buttons
Replies: 2
Views: 141

Re: Horizontal radio buttons

Hi Steve,
Thanks for the example, it explains it well.

Regards,
Bob
by RGV250
Mon Apr 13, 2026 9:55 am
Forum: Feature Requests
Topic: ToBinary string manipulation
Replies: 11
Views: 293

Re: ToBinary string manipulation

Hi Steve, Thanks for the info, I am sure a lot of people will find that useful. The macro Martin has created will still help me as I do send data out to a serial port quite a lot when debugging on real hardware. Hi Martin, I have downloaded the latest files but no time to look at for a while. Regard...
by RGV250
Sun Apr 12, 2026 11:21 am
Forum: General
Topic: Frustration with Flowcode inconsistency
Replies: 4
Views: 174

Re: Frustration with Flowcode inconsistency

Hi Steve,
Thanks for the explanation but surely that just makes it even more important to have examples for where there are differences.

Regards,
Bob
by RGV250
Sat Apr 11, 2026 9:34 pm
Forum: Feature Requests
Topic: ToBinary string manipulation
Replies: 11
Views: 293

Re: ToBinary string manipulation

Hi, In an ideal world - it would possibly check values are in range (0 < digits <= 32 for example) - or have a 'debug' version (with) and a 'production' version (without) - but I think generally I'd leave it as it is. I would say leave it as it is otherwise it over complicates the code. Getting it r...
by RGV250
Sat Apr 11, 2026 7:40 pm
Forum: Feature Requests
Topic: ToBinary string manipulation
Replies: 11
Views: 293

Re: ToBinary string manipulation

Hi Martin, It works as I needed, I only wanted the ToBinary but I am sure the other one will come in handy later. I wanted to have 2 sets of radio buttons, combine their values into one byte (high/low nibble) and then separate them at the other end rather than sending 2 bytes. ToBinary.jpg Regards, ...
by RGV250
Sat Apr 11, 2026 4:44 pm
Forum: Feature Requests
Topic: ToBinary string manipulation
Replies: 11
Views: 293

Re: ToBinary string manipulation

Hi Martin,
I do not think I can use pseudocode in my licence. I did find an example that had something similar in FC so I may look at that as a macro for future use if I need it. I still think it would be a nice built in function, I use it a lot in the other compiler.

Regards,
Bob
by RGV250
Sat Apr 11, 2026 3:14 pm
Forum: General
Topic: Frustration with Flowcode inconsistency
Replies: 4
Views: 174

Re: Frustration with Flowcode inconsistency

Hi,
I think this follows on from my post regarding the 7 segment display that does not have a "show segments" component in web app where app developer does.

Bob
by RGV250
Sat Apr 11, 2026 12:44 pm
Forum: General
Topic: Frustration with Flowcode inconsistency
Replies: 4
Views: 174

Frustration with Flowcode inconsistency

Hi, Is it just me but I get frustrated when I find and example and after making it work how I like I then find the component does not work the same in the format I am using. This instance I am looking at is the radio button. There was no example in the web app section but I found one in the app deve...
by RGV250
Sat Apr 11, 2026 11:47 am
Forum: Feature Requests
Topic: ToBinary string manipulation
Replies: 11
Views: 293

ToBinary string manipulation

Hi, I was looking at ANDing 2 INT's and in the end it was easier than I thought. What would have helped is if I could have seen the values as binary while simulating. In another compiler I use there is a function where I can print to display or sent to serial port the number in binary which I find v...
by RGV250
Fri Apr 10, 2026 11:21 pm
Forum: Feature Requests
Topic: Horizontal radio buttons
Replies: 2
Views: 141

Horizontal radio buttons

Hi,
I am looking at adding radio buttons to my project. It looks pretty straight forward but it appears the only option is vertical which is rather inconvenient.
This is for the Web app in case there are different options for App developer.

Regards,
Bob