Logo

Programming-Idioms

History of Idiom 55 > diff from v90 to v91

Edit summary for version 91 by haha:
New VB implementation by user [haha]

Version 90

2020-04-29, 14:11:40

Version 91

2020-04-30, 04:25:50

Idiom #55 Convert integer to string

Create the string representation s (in radix 10) of integer value i.

Illustration

Idiom #55 Convert integer to string

Create the string representation s (in radix 10) of integer value i.

Illustration
Extra Keywords
int base radix conversion
Extra Keywords
int base radix conversion
Code
Dim bobot(3) As Double
bobot(0) = 0.35
bobot(1) = 0.25
bobot(2) = 0.15
bobot(3) = 0.25