Re: MultiValue Visual Basic



We using variant as array. Each MV level is next level in array.
VBArr(a) - PBArr<a>
VBArr(a)(v) - PBArr<a,v>
VBArr(a)(v)(s) - PBArr<a,v,s>
......

We wrote functions for convert VBArr to PBArr and PBArr to VBArr .

There is an opportunity to write library for connection to your
project.
We use the given technology more than four years.

You also can use object GP_Term.GPTInterface built-in BRIZ COM server
(FREE option).
You also can use GP_Term.GPTInterface from BRIZ.tlb and BRIZ.EXE

Dim ServiceIterface As GP_Term.GPTInterface
Set ServiceIterface = new GP_Term.GPTInterface

ServiceIterface.ArrayToString .........
ServiceIterface.IndexSubString .........
ServiceIterface.StringToArray .........
ServiceIterface.CountOccur .........
See BRIZ.CHM for detail

Object GP_Term.Document have mach more methods (>100 methods with
assinc working with Server ). However, creation of this object starts
the terminal, and this not so beautiful decision in your case.

Best regards, Grigory

.



Relevant Pages

  • Re: file system index corruption problem
    ... Citrix Presentation Server 4.0 installed. ... In the end I discovered that running chkdsk /f every night would ... I have changed the array controller and one of the ... Temporarily install an 80 GByte IDE disk. ...
    (microsoft.public.win2000.file_system)
  • Re: Moving SCSI RAID array to new server
    ... Install the now blank array into the SBS2003, create the RAID volume, etc... ... I'd also probably lose the shirty SATA drives and eventually swing the whole ... > migrate the settings from the old server I just want to move the old RAID5 ...
    (microsoft.public.windows.server.sbs)
  • Re: StorEdge 3310, disk sets, 2 hosts
    ... >> Forget about the mirroring of the arrays via disksuite for the mean time. ... >> Assume for the moment that there is just 1 array, ... > reliable failovers involve replicating the data from server to server ... > - Sun Network Data Replicator ...
    (comp.unix.solaris)
  • Re: Excel and Shift-JIS
    ... the server to which we're uploading. ... an array of 8 bits per element, or in other words, a Byte array. ... Save from Excel as plain text, which it turns out is Shift-JIS on ... preserving the Japanese characters unlike doing the ...
    (microsoft.public.excel.programming)
  • Re: 2 Dimensional Array Question
    ... me an event count for each server. ... size the array to that number or plus 5. ... worksheet is opened) to be a summary showing one line for each server and how ... ReDim Preserve arrSummary ...
    (microsoft.public.scripting.vbscript)