[FX.php List] FMPHP API
AC
ac at pottnerconsulting.ca
Fri Jul 28 13:51:01 MDT 2006
Anyone know if this API will grab both value fields from value lists
that are based on 2 fields ex.
The "Company" value list uses the fields "IDCompany" and "CompanyName".
In FX only the IDCompany is returned.
Does this API return both values?
Also, assuming I had MyVariable = "316 Dell"
I can use the function strstr(MyVariable, " ")
to get the "Dell" part by itself but to get the 316 I'm currently doing
substr(MyVariable, 0, strcspn(MyVariable, " "))
Is there an easier way to get the 316 by itself (assuming it could also
be text)?
More information about the FX.php_List
mailing list