Jerry100 Posted July 23, 2008 Posted July 23, 2008 I've searched and cannot find the function of the black dots which appear to the left of fields in the Data Viewer when using the Script Debugger. I have a lengthy script and sometimes they appear to the left & sometimes not. It's a repetitive script and sometimes values don't appear which should. It appears that the Get(FoundCount) function doesn't always produce the expected results.
Fitch Posted July 23, 2008 Posted July 23, 2008 The dots indicate fields referenced by the current script step. The only values I know of that don't appear when I think they should are variables when they are empty.
Jerry100 Posted July 23, 2008 Author Posted July 23, 2008 Fitch, Thanks for the info. It leaves me wondering why when I have a script that repeats the same five script steps 20x, sometimes the fields in the script step are flagged with dots and in some they aren't. I've gone over the script a dozen times and can't find any mistakes. Jerry100
Vaughan Posted July 24, 2008 Posted July 24, 2008 "The only values I know of that don't appear when I think they should are variables when they are empty." That's because variables don't exist when they are empty.
Fitch Posted July 24, 2008 Posted July 24, 2008 Yes, but if a variable is defined in a script, I'd like to see it in the data viewer even if it's empty. I don't think that's an unreasonable wish.
Recommended Posts
This topic is 5968 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