Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Does anyone know what is the datatype of an array of strings in Excel?
for an array of doubles it is usually a FPARRAY structure typedef struct FPARRAY{ unsigned short iRows, iCols; double dArray[FPARRAY_SIZE]; } FPARRAY; What is the data structure for an array of Strings? Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
cant pass array to excel from c++ using xloper structure | Excel Worksheet Functions | |||
Please help me... with Case Structure | Excel Worksheet Functions | |||
if structure help | Excel Programming | |||
how to union two array with same structure | Excel Programming | |||
Structure of If...Else in VBA | Excel Programming |