[FX.php List] Dynamic Field Names

David Tinoco davet15 at hotmail.com
Tue Jul 25 10:45:51 MDT 2006


This is a filemaker/fx question.

Is it possible to create field names dynamically in scripts?

For example, if you had 5 fields named: field1, field2, field3, field4, field5,

Could you write a script that went something like this:

set g_couner[1];
Loop
Exit loop if g_counter>5;
set field("field")&g_counter;"abctest"  [the field() is my conjecture]
set g_counter[g_counter+1]
End Loop

Thanks guys,
David
davet15 at hotmail.com
_________________________________________________________________
Try Live.com - your fast, personalized homepage with all the things you care about in one place.
http://www.live.com/getstarted


More information about the FX.php_List mailing list