Search results for query: *

  • Users: daryl4356
  • Content: Threads
  • Order by date
  1. D

    how to get random item from array

    Hi There, thanks for the response. What I am actually doing with this array is randomizing it and using a random value in a hperlink. Is this still the same, and would I use the Array List? if so how would i call it in my code? I currently have My Array(autoRand.Next(102)) Thanks...
  2. D

    Filling an Array from a Text File

    i am just finishing off my first app in vb.net and i would just liek to make it a bit more easier to maintain in future. I would need to fill an array which could be hundreds to thousands of lines long so adding to this would be easier by just adding a line to a text file. I have searched...
  3. D

    Using Random Strings.

    Hi all, I was wondering if anyone could point me in the right direction how to do the following. I am creating 20k different HTML pages and have got my app working to do this as I wish. What i would like to do is randomly change a few variables each time a page is created. For example...
  4. D

    Creating HTML Pages.

    Hi all. I am attempting to write an application which i need to use to create 20,000 html pages. They are all very basic and will be named as 2 sets of 00001.html up to 10000.html. The contents of these pages will be pretty much the same apart from 4 individual lines which will need to be a...
  5. D

    A string that contains speech marks

    Hi all, Firstly sorry if this is very simple but I am a complete novice. i am tring to write an app which creates HTML pages. To do this my strings will need to contain speech marks for the hyperlinks. how do i type these so they apppear as hyperlinks when i create the text files to convert...
Back
Top