Difference between revisions of "FMWrapper Framework"

From FM Plugin Wikipedia
Jump to: navigation, search
Line 10: Line 10:
  
  
----
 
 
=dataVect=
 
=dataVect=
 
===dataVect.Size();===
 
===dataVect.Size();===

Revision as of 23:56, 7 July 2007

These pages are about the FM Wrapper Framework which is supplied by FileMaker and must be included in order to compile plugins for FileMaker


It should be noted, that the FMWrapper.framework itself cannot be published on the internet for others to download or view as you will be in breach of the FMI license agreement.


dataVect

dataVect.Size();

  • Returns the number of parameters passed in the function call by the user. dataVect.Size()

dataVect.AtAsText(index);