Jump to content

organizing an abstract collection

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
JAaronAndersondotcom

JAaronAndersondotcom

    Newbie

  • Members
  • Pip
  • 1 posts
Does anyone have any insight on how to organize an abstract collection once you have it collected using the CrLf variable
i.e.
Dim storeInput

For each x form.request(x)
storeInput = storeInput & CrLf ' performs the collection
Next
' ... now what ??
any one with any ideas on how to organize the collection? thx
feedback is appreciated and Ill trade info and tricks I know in trade.

#2
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Is this VB6 or .NET?

Can you explain better, I did not understand a thing of what you are trying to say.