Operating System:Windows 7
Operating System Bit:64bit
Software Version:3.8.9
Problem: When trying to append random number(s) to string, it doubles the number.
Example: Append random single digit number to word (0,1,2,3,4,5,6,7,8,9)
Result= word22, word77, word33, etc.,
Example2: append random double digit number to word (12,13,14,15,16,17,18,19,20)
Result= word1212, word1515, word2020, ect.,
These are the results from using both a random number variable & "processing way" random source.
This bug is similar to another bug I posted yesterday, and may be related.
http://www.whitehatbox.com/bbs/BBSPost?postid=2082#.VpgczfkrKHs
Except in this case, its randomly selecting the number twice 100% of the time.