Import / Export Function C Code icon

Please add any feature requests for Flowcode version 6 here

Moderator: Benj

Forum rules
Only feature requests will be considered here. General questions should not be posted in this forum.
Post Reply
Rudi
Posts: 666
Joined: Mon Feb 10, 2014 4:59 am
Has thanked: 493 times
Been thanked: 187 times

Import / Export Function C Code icon

Post by Rudi »

Hi,
it would be great,
if the C Icon will become a Import/Export Function,
that C Code can import or Export from / to a File ( txt.. .c )
Thank you!
best wishes!
Rudi
;-)

Edit

I know about the possible in C Code Icon:
#include "c:\myownvariablelist.c"

but if i want to combinied with the Variable of Variable Manager,
i can drag and drop simply way only from Variable manager to the c icon code
not to the "editor" with my own file.

i can mark and copy the c code icon in the editor yes,
but would be eleganter with a export / import function in c code icon..
;-)

User avatar
LeighM
Matrix Staff
Posts: 2178
Joined: Tue Jan 17, 2012 10:07 am
Has thanked: 481 times
Been thanked: 699 times
Contact:

Re: Import / Export Function C Code icon

Post by LeighM »

Hi Rudi,
A tip that might help you when creating many variables:
You could edit the project fcfx file, it is XML.
You will see the variables section, in which you can copy and paste a variable definition and then edit the name.
Leigh

Rudi
Posts: 666
Joined: Mon Feb 10, 2014 4:59 am
Has thanked: 493 times
Been thanked: 187 times

Re: Import / Export Function C Code icon

Post by Rudi »

LeighM wrote:Hi Rudi,
A tip that might help you when creating many variables:
You could edit the project fcfx file, it is XML.
You will see the variables section, in which you can copy and paste a variable definition and then edit the name.
Leigh
Hi Leigh,
thank you - ok - this helps for making many variables.
i will try to code a xml variable manager tool ;-) for the variable manager...
Best wishes!
Rudi
;-)
ps.. i have new questions. but this i post in General Programming,
this "string variables" make me crazy ;-)...
..;-)..

Post Reply