Character Mode Cookbook: Difference between revisions

m
no edit summary
m (using source tag)
mNo edit summary
Line 37: Line 37:


==Be aware of the difference==
==Be aware of the difference==
<source lang="vdf"
<source lang="vdf">
  Set A of object to B  A=B
  Set A of object to B  A=B
  Get A of object to B  B=A
  Get A of object to B  B=A
Line 46: Line 46:


=Functions and Procedures=
=Functions and Procedures=
<source lang="vdf">>
<source lang="vdf">
  get myFunc of (oObj(current_object)) "tmp" to sAnswer // sAnswer = oObj->myFunc("tmp")
  get myFunc of (oObj(current_object)) "tmp" to sAnswer // sAnswer = oObj->myFunc("tmp")
</source>
</source>
1,134

edits