Create a random number (ASP VBScript)

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Create a random number (ASP VBScript)

    I need to create a random number to use with the .swf so IE doesn't cache my files:

    <param name="movie" value=".file.swf?nochache=<% random number here %>">

    Hoy can I create it...?

    Tnx!
    CharlyAR Guest

  2. Similar Questions and Discussions

    1. Random Number in While Loop
      I'm just curious on how to use this format: RandNumb = Math.random() RandNumb = Math.round(RandNumber * 5) using this, i want the while loop to...
    2. Random Number
      because i don't want on store a long number into the database. i used #right(CreateUUID(), 5)#, don't you think it will get the duplicated?
    3. random number between x and y
      how is it possible to get a random number between x and y? in know int(rand(10)) returns an integer between 0 and 9, but how do i get it so that i...
    4. Random number for ASP
      Do you mean a random integer (-1, 0, or 1) or any real number >= -1 and <= 1? "Ricardo" <renetm2003@yahoo.com> wrote in message...
    5. Random Number Function?
      Hi, Lookup Rnd in Help. -- HTH Dan Artuso, Access MVP "Barry Skidmore" <skidmore@worldvenue.org> wrote in message...
  3. #2

    Default Re: Create a random number (ASP VBScript)

    From 0 to 9?
    mzanime.com Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139