S
Sumit
Hi All,
I need to find length of a variable m_task_ids
Its globally declared as
Dim m_task_ids
It contain values like
m_task_ids(0) = "111"
m_task_ids(1) = "112"
m_task_ids(2) = "113"
m_task_ids(3) = "114"
m_task_ids(4) = ""
I need to find the length of this array so that i can assign a temp variable
such as nTaskIndex and use it in loop.
m_task_ids.Length and m_task_ids.Count is NOT WORKING for me.
Please help!!!
I need to find length of a variable m_task_ids
Its globally declared as
Dim m_task_ids
It contain values like
m_task_ids(0) = "111"
m_task_ids(1) = "112"
m_task_ids(2) = "113"
m_task_ids(3) = "114"
m_task_ids(4) = ""
I need to find the length of this array so that i can assign a temp variable
such as nTaskIndex and use it in loop.
m_task_ids.Length and m_task_ids.Count is NOT WORKING for me.
Please help!!!