Eyeon:Script/Reference/Libraries/eyeon/writestring

From VFXPedia

< Eyeon:Script | Reference | Libraries | eyeon
Revision as of 03:16, 1 March 2008 by Izyk (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Contents

Usage

eyeon.writestring(table comp)


  • comp (required, table)

A table containing the composition details.


Returns

This function returns true if it successfully serializes the table into a composition string. It returns nil if it fails.


Remarks

The eyeon.writestring function serializes a table into a string, with the same format used by Fusion for compositions. It is designed to be used in conjunction with the eyeon.readstring function, though it is also possible to create a table with the proper structure from scratch.


Requires

  • eyeonScript 5.2


Examples




Tips for writestring (edit)

EyeonTips:Script/Reference/Libraries/eyeon/writestring