karmba_a Member Licensed User Longtime User Apr 25, 2018 #1 Hi, How to make random string and numbers like this 76b1ba32-284b-4b0a-9da2-00bf3ac4f31e
MarkusR Well-Known Member Licensed User Longtime User Apr 25, 2018 #2 i think 5 random numbers and B4X: Bit.ToHexString Rnd (Min As Int, Max As Int) As Int RndSeed (Seed As Long) SubString2 https://www.b4x.com/android/help/core.html but your example looks like a guid ... https://en.wikipedia.org/wiki/Universally_unique_identifier Upvote 0
i think 5 random numbers and B4X: Bit.ToHexString Rnd (Min As Int, Max As Int) As Int RndSeed (Seed As Long) SubString2 https://www.b4x.com/android/help/core.html but your example looks like a guid ... https://en.wikipedia.org/wiki/Universally_unique_identifier
karmba_a Member Licensed User Longtime User Apr 25, 2018 #3 MarkusR said: i think 5 random numbers and B4X: Bit.ToHexString Rnd (Min As Int, Max As Int) As Int RndSeed (Seed As Long) SubString2 https://www.b4x.com/android/help/core.html but your example looks like a guid ... https://en.wikipedia.org/wiki/Universally_unique_identifier Click to expand... thank you You can Attach an example Last edited: Apr 25, 2018 Upvote 0
MarkusR said: i think 5 random numbers and B4X: Bit.ToHexString Rnd (Min As Int, Max As Int) As Int RndSeed (Seed As Long) SubString2 https://www.b4x.com/android/help/core.html but your example looks like a guid ... https://en.wikipedia.org/wiki/Universally_unique_identifier Click to expand... thank you You can Attach an example
Jeffrey Cameron Well-Known Member Licensed User Longtime User Apr 25, 2018 #4 You may find many examples here of how to generate a GUID: https://www.b4x.com/android/forum/pages/results/?query=generate+guid Upvote 0
You may find many examples here of how to generate a GUID: https://www.b4x.com/android/forum/pages/results/?query=generate+guid
Erel B4X founder Staff member Licensed User Longtime User Apr 26, 2018 #5 Cross platform solution is available here: https://www.b4x.com/android/forum/threads/b4x-how-to-get-a-guidtype-simple-type.88137/#post-557601 Upvote 0
Cross platform solution is available here: https://www.b4x.com/android/forum/threads/b4x-how-to-get-a-guidtype-simple-type.88137/#post-557601
karmba_a Member Licensed User Longtime User Apr 26, 2018 #6 Jeffrey Cameron said: You may find many examples here of how to generate a GUID: https://www.b4x.com/android/forum/pages/results/?query=generate+guid Click to expand... Thank you Upvote 0
Jeffrey Cameron said: You may find many examples here of how to generate a GUID: https://www.b4x.com/android/forum/pages/results/?query=generate+guid Click to expand... Thank you
karmba_a Member Licensed User Longtime User Apr 26, 2018 #7 Erel said: Cross platform solution is available here: https://www.b4x.com/android/forum/threads/b4x-how-to-get-a-guidtype-simple-type.88137/#post-557601 Click to expand... Thank you Erel Upvote 0
Erel said: Cross platform solution is available here: https://www.b4x.com/android/forum/threads/b4x-how-to-get-a-guidtype-simple-type.88137/#post-557601 Click to expand... Thank you Erel