Difference between revisions of "Editing Variables"

From Flowcode Help
Jump to navigationJump to search
(Created page with " '''Name Change''' The name of any selected variable can be changed by editing the 'Name of new variable' property. The change will affect all instances of the original var...")
 
m (ReeceL moved page Editing variables to Editing Variables without leaving a redirect)
(No difference)

Revision as of 09:46, 21 May 2013


Name Change

The name of any selected variable can be changed by editing the 'Name of new variable' property. The change will affect all instances of the original variable name in the Flowcode program.


Type Change

If a variable has not been used at all in the flowchart, then you can swap between any available type. If the variable has been used in the flowchart then you can swap between any of the types except String and Float.


Resizing strings

To resize the string open the variables window, select the string to resize and select 'edit' from the drop down menu, enter the new size for the array.