4.61
FitResiduals Function
Application
Results information for sizing records.
Syntax
FitResiduals i
Notes
The residual associated with the ith point actually included in the fitting process.
4.62
Font Command
Application
For use in page programs.
Syntax
Font
iFont changes font i
Font
iFont, facename$, font_height, BOLD,
Font
iFont, facename$, font_height, ITALIC,
Font
iFont, facename$, font_height, UNDERLINE,
Font
iFont, facename$, font_height, BOLD,
Notes
iFont ranges from 1 to 4. If no arguments are set apart from iFont, then the font is set to that
setup by the Setup Table Dialog. facename$ is a standard windows font facename.
4.63
For Command
Application
Program control
Syntax
For variable = expression1 To expression2 [Step expression3]
....
Next
Notes
The counter variable is set to the value of expression1. The program lines following the For
statement are executed until the Next statement is encountered.
The amount specified by the Step statement expression3 is then added to the counter variable
and is compared with the value of expression2. The loop terminates when the value of the varible
is greater than or equal to expression2.
If expression1 and expression2 have the same value, the loop executes once.
If Step expression3 is ommitted the value of expression3 is assumed to be 1.0.
Loops can be nested, but ensure that the counter variables of the nested loops are unique.
Counter variables should never be modified.
Example
count = 0
Zetasizer Basic reference
MAN 0179
Page 4.27
Artisan Scientific - Quality Instrumentation ... Guaranteed | (888) 88-SOURCE | www.artisan-scientific.com
Summary of Contents for Zetasizer 1000
Page 11: ...Artisan Scientific Quality Instrumentation Guaranteed 888 88 SOURCE www artisan scientific com...
Page 16: ...Artisan Scientific Quality Instrumentation Guaranteed 888 88 SOURCE www artisan scientific com...
Page 34: ...Artisan Scientific Quality Instrumentation Guaranteed 888 88 SOURCE www artisan scientific com...
Page 38: ...Artisan Scientific Quality Instrumentation Guaranteed 888 88 SOURCE www artisan scientific com...
Page 116: ...Artisan Scientific Quality Instrumentation Guaranteed 888 88 SOURCE www artisan scientific com...