strings in v3

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 2 and 3.

Moderators: Benj, Mods

Post Reply
User avatar
Steve
Matrix Staff
Posts: 3418
Joined: Tue Jan 03, 2006 3:59 pm
Has thanked: 114 times
Been thanked: 422 times
Contact:

strings in v3

Post by Steve »

Work on v3 is progressing really well. We're very pleased with what we have done here and I can't wait to let you lot have a look at it too.

At this stage, though, I'd like to get a bit more feedback about what is required with a few features - specifically interrupts (I'll ask about this in a separate thread) and strings.

Strings are posing a bit of a problem due to the RAM memory constraints of PICmicros, so there are going to be a few compromises along the way - don't expect full VB-like functionality.

So my question is, what kind of things would you like to see? How should strings be defined by a FlowCode user? How should strings be used (i.e. what functions are required for string manipulation)? ...etc...etc...

Any input will be greatefully received.

Chet
Posts: 61
Joined: Thu Oct 13, 2005 5:05 am
Location: USA
Has thanked: 2 times
Contact:

Post by Chet »

There is always the option of external memory (which I hope is a component in V3)
A string tool would be nice for serial, LCD output ect.

Post Reply