QuickRef
- How Do I Set (or Leave Unchanged) Default Values of Function Parameters?
To specify a default value for a function or subroutine's parameters, simply place the keyword Optional in front of the parameter or parameters and include a value that you wish to be its default value as the following illustrates: - Are There Example Statistica Visual Basic Programs Included in the Package?
There are numerous Statistica Visual Basic examples provided that are separated into the following categories: - How Do I Assign a Value to a Variable?
Assignment in STATISTICA Visual Basic is used via the = operator. For example: - How Do I Specify a Conditional Instruction?
There are two different types of conditional evaluations in STATISTICA Visual Basic: the If...Then block and the Select Case block.
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.