![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I can't found the command SalSetArrayBounds() on the SQLWindows Help. What make this command? Who can me say where I find information over there? I'm working with SQLWindows Version 5.0.4 |
#3
| |||
| |||
|
|
Am 21 Apr 2004 01:26:15 -0700 schrieb Julie I can't found the command SalSetArrayBounds() on the SQLWindows Help. What make this command? Who can me say where I find information over there? I'm working with SQLWindows Version 5.0.4 Hello Julie, I think that SalSetArrayBounds is no more supported in SqlWindows 5.0.4. You can find this notice: "To support multi-dimensional arrays, replace these functions: SalQueryArrayBounds SalSetArrayBounds with these functions: SalArrayGetLowerBound SalArrayGetUpperBound SalArraySetUpperBound These functions provide new capabilities: SalArrayDimCount SalArrayIsEmpty Important: You can call any of these functions for both one-dimensional and multi-dimensional arrays." By looking at the Syntax, SalSetArrayBounds( Number, Number, Number ) sets lower and upper Bound of a one-dimensional Array and should be called like this: Call SalSetArrayBounds( nArray, nLowerBound, nUpperBound ) hth, Peter Popp email: Peter.Popp (AT) msc-software (DOT) de |
![]() |
| Thread Tools | |
| Display Modes | |
| |