Jump to content
Server Maintenance This Week. ×

Custom Functions on FileMaker GO


This topic is 5005 days old. Please don't post here. Open a new topic instead.

Recommended Posts

It appears there are problems with certain types of custom functions on FileMaker GO.

In my brief tests, both CustomList and ApplyToList fail on FM GO.

http://www.briandunning.com/cf/868

http://www.briandunning.com/cf/899

Both these functions use $variables and a basic technique of building a large calc string to evaluate.

OK:

CustomList ( 1 ; 418 ; “[n]” )

Fails:

CustomList ( 1 ; 419 ; “[n]” )

I also tried CustomListOLD and it failed at a slightly higher number; 425.

Link to comment
Share on other sites

Hello,

I saw your message, on Brian Dunning'site and I make tests.

I found that the difference in behavior for Evaluate().

it is the current limit of FileMaker GO internal Evaluate function

FileMaker GO Evaluate () is limited to 400 (+/-) instead of 1700 (+/-) for FileMaker.

I update the code in CustomList() it's ok now for FileMaker And FileMaker Go.

[and I cleaned it a little]

Carreful, as the difference between FileMakerGo End - Start = 150000 max. ( instead of 500000 if it's FileMaker )

There may be other differences. I just tested with tris Also, it now appears to work correctly on FMGo

Do not hesitate.

Thanks a lot

Agnès

Link to comment
Share on other sites

This topic is 5005 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.