Richard,
Thanks yes of this I was aware. In the script versions I was omitting
the typing. I wasn't aware that you couldn't create byte arrays
though. I thought that the variant arrays would take the form of
whatever was inserted into them.
Thanks
You cannot type variables in VBScript, so the As keyword is invalid. The
problem is that VBScript cannot declare byte arrays. VBScript can read them,
but not create or modify them.
VBScript - Find the latest file in a folder ... I have put together a simple enough script which scans a specific ... I have tried all sorts of things, sorts, using multiple arrays to do ... backside as I realized VBScript cannot redimm multidimensional arrays. ... the sub folders, get a list of the files in the sub folder, get their ... (microsoft.public.scripting.wsh)
RE: Another (hopefully more clear) plea for help with CSV data ... Machine, PurgeSuccess, etc. ... :: those keys would reference arrays of values from all the records. ... :: Are you going to rewrite the script for each different ... (perl.beginners)
Re: Effecient way to check, add, delete duplicates ..."vbastarter" wrote in message ... > script.... And the other is using arrays.... >>> Trim(UCase(r.Cells(m, strLNameCol))) Then ... (microsoft.public.excel.programming)
Re: Effecient way to check, add, delete duplicates ... Thanks Frank, I had a look at that site before. ... Still though I can delete m rows but I can't delete the n row in my script... And the other is using arrays.... >> strLNameCol As String ... (microsoft.public.excel.programming)