mrules45 Posted March 25, 2009 Posted March 25, 2009 In one of my scripts i perform i find but i need get the number of records found in that script because i need it for an equation. anybody know how to do this?
LaRetta Posted March 25, 2009 Posted March 25, 2009 You are looking for Get ( FoundCount ). So if you want to end the script showing a custom dialog of how many records were exported (from the found set), dialog calculation would be something like: "There " & Case ( Get ( FoundCount ) > 1 ; "were "; "was " ) & Get ( FoundCount ) & " record" & Case ( Get ( FoundCount ) > 1 ; "s" ) & " found."
Recommended Posts
This topic is 5722 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 accountSign in
Already have an account? Sign in here.
Sign In Now