Click here to Skip to main content
15,889,462 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Lan Chat Pin
Dave Kreskowiak3-Nov-06 18:46
mveDave Kreskowiak3-Nov-06 18:46 
AnswerRe: Lan Chat Pin
UltraCoder4-Nov-06 12:04
UltraCoder4-Nov-06 12:04 
GeneralRe: Lan Chat Pin
Dave Kreskowiak4-Nov-06 13:45
mveDave Kreskowiak4-Nov-06 13:45 
Questioncreate array on runtime Pin
keninfo3-Nov-06 11:18
keninfo3-Nov-06 11:18 
AnswerRe: create array on runtime Pin
Christian Graus3-Nov-06 12:00
protectorChristian Graus3-Nov-06 12:00 
AnswerRe: create array on runtime Pin
UltraCoder3-Nov-06 16:51
UltraCoder3-Nov-06 16:51 
AnswerRe: create array on runtime Pin
Dave Kreskowiak3-Nov-06 18:42
mveDave Kreskowiak3-Nov-06 18:42 
GeneralRe: create array on runtime Pin
keninfo3-Nov-06 23:27
keninfo3-Nov-06 23:27 
Ok, maybee a wrong start of this discussion.
Let's try it again.

I am writting an application (kind of callcenter server), which controls the traffic from a telephone system (PABX).

The application let me insert callcenter agents(name and number), extentions(name and number) and callcenter groups(name and number).
When i insert a callcenter group an array has to be created with the callcenter group number as it's name. finally i can add agents to the group array.

So, for example:

Two agenst were inserted:

200 Bill
201 Albert

Then two extentions were made:

100 extention 100
101 extention 101

Finally one group is made:

400 Sales

After creating the group, an array has to be created with 400 as it's name.

The agents have to be added to the group array.

So, i know how to make an array: Dim groupArray() as Integer.
And i know how to add agents to the array.

But during runtime there have to be an array created everytime when a group is made and the array name has to be the number of the groep.

Thanks

regards

GeneralRe: create array on runtime Pin
ChandraRam3-Nov-06 23:46
ChandraRam3-Nov-06 23:46 
GeneralRe: create array on runtime Pin
keninfo4-Nov-06 5:51
keninfo4-Nov-06 5:51 
GeneralRe: create array on runtime Pin
Dave Kreskowiak4-Nov-06 2:59
mveDave Kreskowiak4-Nov-06 2:59 
GeneralRe: create array on runtime Pin
keninfo4-Nov-06 5:53
keninfo4-Nov-06 5:53 
AnswerRe: create array on runtime Pin
OldWarhorse4-Nov-06 1:55
OldWarhorse4-Nov-06 1:55 
AnswerRe: create array on runtime Pin
Guffa4-Nov-06 7:41
Guffa4-Nov-06 7:41 
AnswerRe: create array on runtime Pin
OldWarhorse5-Nov-06 4:02
OldWarhorse5-Nov-06 4:02 
GeneralRe: create array on runtime Pin
keninfo5-Nov-06 8:01
keninfo5-Nov-06 8:01 
QuestionMMControl Pin
freefika3-Nov-06 10:58
freefika3-Nov-06 10:58 
AnswerRe: MMControl Pin
Christian Graus3-Nov-06 12:00
protectorChristian Graus3-Nov-06 12:00 
AnswerRe: MMControl Pin
UltraCoder3-Nov-06 16:52
UltraCoder3-Nov-06 16:52 
GeneralRe: MMControl Pin
Dave Kreskowiak3-Nov-06 18:37
mveDave Kreskowiak3-Nov-06 18:37 
AnswerRe: MMControl Pin
Dave Kreskowiak3-Nov-06 18:38
mveDave Kreskowiak3-Nov-06 18:38 
GeneralRe: MMControl Pin
freefika3-Nov-06 22:41
freefika3-Nov-06 22:41 
GeneralRe: MMControl Pin
Dave Kreskowiak4-Nov-06 2:54
mveDave Kreskowiak4-Nov-06 2:54 
GeneralVB.NET and DocuCorp Pin
TonyMatute3-Nov-06 10:25
TonyMatute3-Nov-06 10:25 
GeneralRe: VB.NET and DocuCorp Pin
Dave Kreskowiak3-Nov-06 18:32
mveDave Kreskowiak3-Nov-06 18:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.