Search results for query: *

  1. S

    creating objects using the value in a variable

    Sigh. Yes, I meant instance. A typo on my part, apologies. The rest of your explanation is appreciated. The condescending attitude towards newbie posters is not. Thanks again anyway.
  2. S

    creating objects using the value in a variable

    You've misunderstood jarrod's question. He actually wants to: Dim Soccer as ActionClass Dim Cricket as ActionClass Dim Rugby as ActionClass....etc That is, he wants to use the string content of sport() to create new class names.
  3. S

    List of encrypted codes

    Say I have four surnames each sporting a unique 3-digit code: E.g. Smith = 411, Jones = 412, Doe = 413, West = 414 For each surname/number pair, I'd like to generate a list (say 200) of unique 10-item codes, that are then encrypted so as to mask which surname/number pair was used to create each...
Back
Top