Book a Demo

Author Topic: Transformation : How to output notes for a class  (Read 3695 times)

dirc

  • EA User
  • **
  • Posts: 46
  • Karma: +0/-0
    • View Profile
Transformation : How to output notes for a class
« on: May 16, 2008, 07:34:40 pm »
How do I add ClassNotes to a transfored class?

I couldn't find anything in the doc so I tried/guessed at the following:

Class
{
    name="bob"
  
    ClassNotes
    {
        value="xxx"
    }
}


... but it fails at the first hurdle: Unexpected symbol
dirc

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Transformation : How to output notes for a cla
« Reply #1 on: May 19, 2008, 08:43:18 am »
Code: [Select]
Class
{
  name="bob"
  notes="xxx"
}

dirc

  • EA User
  • **
  • Posts: 46
  • Karma: +0/-0
    • View Profile
Re: Transformation : How to output notes for a cla
« Reply #2 on: May 21, 2008, 12:01:32 am »
thanks.. that works fine.

Simple once you know how.

 :D
dirc