' Find the minimum and maximum of the values in the
' text field. The text field contains a comma-delimited
' list of values
'
Dim aMinMax
aMinMax = objSC.run("min_max", txtData)
MsgBox "Minimum " + aMinMax(0) + vbCrLf + _
"Maximum " + aMinMax(1) |
| Forward to PerlScript Example: Demo
Back to PerlScript Example: Form_Load() Up to PerlInside section index Up to Perl Inside course index |
Perl Inside: PerlInside - 26
Copyright © 1999, Brian Jepson
|