Eyeon Talk:Script/Reference/Libraries/eyeon/readstring

From VFXPedia

< Eyeon Talk:Script
Revision as of 19:14, 19 April 2010 by Chad (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Checking example, shouldn't it be

  c = f:read("*a")
  t = eyeon.readstring(c)

or

  str = f:read("*a")
  t = eyeon.readstring(str)

? --Chad