Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.basic.visual.misc > #1446

Re: download an image using inet1.execute instead of .open

From "Theo Tress" <rbk@online.de>
Newsgroups comp.lang.basic.visual.misc
Subject Re: download an image using inet1.execute instead of .open
Date 2012-07-25 18:44 +0200
Organization 1&1 Internet AG
Message-ID <jup7qi$n3s$1@online.de> (permalink)
References <a383d3c9-ca04-4207-ac7f-186b7ea18976@googlegroups.com> <ju8jl4$ptl$1@speranza.aioe.org>

Show all headers | View raw


> VB6 doesn't allow you to just append to an array.

But having an array A(100) you can do a ReDim Preserve A(300) to obtain a 
larger array and specify A(100) as base address in a subroutine call instead 
of A() which would implicitly specify A(0), and in that way you can import 
dara into an array beginning at position 100 in an easy way. 

Back to comp.lang.basic.visual.misc | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

download an image using inet1.execute instead of .open David <rataxes@post.com> - 2012-07-18 15:13 -0700
  Re: download an image using inet1.execute instead of .open Deanna Earley <dee.earley@icode.co.uk> - 2012-07-19 10:22 +0100
    Re: download an image using inet1.execute instead of .open "Theo Tress" <rbk@online.de> - 2012-07-25 18:44 +0200
      Re: download an image using inet1.execute instead of .open Deanna Earley <dee.earley@icode.co.uk> - 2012-07-26 10:21 +0100

csiph-web