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

From VFXPedia

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