Jump to content
Salesforce and other SMB Solutions are coming soon. ×

Replaying scripts


coolboy7163

Recommended Posts

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

smirk.gif

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.



×
×
  • Create New...

Important Information

Terms of Use