I tried also with =. It does not work. Always returns the same value. It seems as if RND did not work in this case
However, if you run a script gbw3, then this works. If I run through apache2, nginx, lighttpd, then also works.
Only in the embedded HTTP server does not work
I can also refer to this function
Public Function getrandom() As String
Dim uniqueid As String
Dim I As Integer
For I = 1 To 6
uniqueid &= Hex$(Int(Rnd(65536)), 4)
Next
Return uniqueid
uniqueid = Null
End
However, any reference to this function returns the same value, only when running is using the embedded HTTP server