View Single Post
  #8  
Old 12-20-2021, 14:33
T-rad T-rad is offline
Friend
 
Join Date: May 2016
Posts: 18
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 7
Thanks Rcvd at 19 Times in 12 Posts
T-rad Reputation: 0
Quote:
Originally Posted by TempoMat View Post
Hi,
1. Generate 16 radom numbers of base 256=Res1
2. SignedDec(VolumeInfoA("C:\"))=Res2
3. ConcatSeveralStrings("*",Res1,"#")=Res3
should be
3. ConcatSeveralStrings("*",Res2,"#")=Res3

just a note, the volume serial number is in number format, not hex format
Reply With Quote
The Following 3 Users Say Thank You to T-rad For This Useful Post:
foil (12-22-2021), niculaita (12-20-2021), tonyweb (12-20-2021)