VARDIM syntax?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2007-11-02 08:27 PM
‎2007-11-02
08:27 PM
Tom Waltz
3 REPLIES 3
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2007-11-03 11:54 AM
‎2007-11-03
11:54 AM
Tom,
VARDIM1 and VARDIM2 do the trick. The result returns a numerical expression.
Or may be i don't understand your question.
VARDIM1 and VARDIM2 do the trick. The result returns a numerical expression.
Or may be i don't understand your question.
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2007-11-03 12:59 PM
‎2007-11-03
12:59 PM
For example, the array has 3 rows and 5 columns.
VARDIM1 return the number of rows.
VARDIM2 return the number of columns.
VARDIM1 return the number of rows.
VARDIM2 return the number of columns.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2007-11-03 02:03 PM
‎2007-11-03
02:03 PM
Valery wrote:That's what I was trying to figure out. Thanks!
For example, the array has 3 rows and 5 columns.
VARDIM1 return the number of rows.
VARDIM2 return the number of columns.
Tom Waltz