Search found 5 matches
- Mon Nov 16, 2009 7:50 am
- Forum: Coding Questions
- Topic: Random float
- Replies: 2
- Views: 791
Re: Random float
Thanks Little John, very appreciated.
- Mon Nov 16, 2009 5:38 am
- Forum: Coding Questions
- Topic: Random float
- Replies: 2
- Views: 791
Random float
Hi everybody,
How can I generate a random float between 0 and 1 in PB?
How can I generate a random float between 0 and 1 in PB?
- Sun Aug 09, 2009 11:16 am
- Forum: Windows
- Topic: Inline Assembly Code Question
- Replies: 6
- Views: 2874
- Tue Aug 04, 2009 10:24 am
- Forum: Coding Questions
- Topic: Value conversion
- Replies: 7
- Views: 1399
- Tue Aug 04, 2009 12:01 am
- Forum: Coding Questions
- Topic: Value conversion
- Replies: 7
- Views: 1399
Is there a fix yet for this problem?
Sometimes is necessary to not have the zeros stripped from a Hex value. working on nibbles level is an example.
So, is there a way to have (let's say) Hex(10) returns 0A instead of just A.
the parametre #PB_Byte should've take care of that at least, but it doesn ...
Sometimes is necessary to not have the zeros stripped from a Hex value. working on nibbles level is an example.
So, is there a way to have (let's say) Hex(10) returns 0A instead of just A.
the parametre #PB_Byte should've take care of that at least, but it doesn ...