coolboy7163 Posted February 12, 2005 Share Posted February 12, 2005 Hello to all! Is there a way to play a script or script step a specific number of time based on the number in a field? Thanks in advance Link to comment Share on other sites More sharing options...
Maarten Witberg Posted February 12, 2005 Share Posted February 12, 2005 Yes, the loop- end loop combination is meant for this. Code: set field[gCouter, 0]loop#insert your repeatable script steps here#set field [gCounter, gCounter+1]exit loop if [gCounter > your_field]end loop gCounter is a global, so should your_field be, unless the script remains in the same record throughout. kjoe Link to comment Share on other sites More sharing options...
coolboy7163 Posted February 13, 2005 Author Share Posted February 13, 2005 Hey, perfect aproach. Thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.