hi everybody, I need arrays which has boolean type of data in them.. is it possible to do it in vb6? I searched the web but couldn't find any related information.. thanx..

Recommended Answers

All 5 Replies

dim myarray() as boolean

Hi,

Dim BArr(0 To 20) As Boolean

Regards
Veena

thanks everyone...

i want to give the array size in runtime, pls reply for my problem


vinoth manimaran

i want to give the array size in runtime, pls reply for my problem
vinoth manimaran

use this:

[B]Ubound[/B](Arr) - [B]Lbound[/B](arr)
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.