In article <1131842889.539633.291860 (AT) g49g2000cwa (DOT) googlegroups.com>,
abhishika (AT) gmail (DOT) com says...
Quote:
Hi
Thanks for the reply. Can you please elaborate on parsing the list in
FM? |
Return a list of values as text:
1
23
35
46
57
68
Then use the filemaker functions: countValues, getValue, etc to get what
you need.
Quote:
I am new to Filemaker developer and don't really know much about
plugins.
I tht of using multiple functions as a way out if nothing else turns
up. |
Not sure what your application is specifically, but multiple functions
is the most natural way of handling multiple return values that I can
think of.
Quote:
Also I tht of using the dataVect class to return multiple values
from the plugin to filemaker. But am not sure how to interpret the
multiple values in FM. Can you please help me out with this one? |
I honestly haven't done much with plugin development with filemaker, I
don't know the specifics of te dataVect class nor what it can do, or how
it might be mapped to a repeating field, or if that is even possible.
best regards,
Dave