Home > Community > General > converting binary to decimal > Antwort auf: converting binary to decimal

#12660
Luca BerardiLuca Berardi
Teilnehmer

we have a txt file which contains a column of binary data, this is an example
0111001
10010
1101
1000100
we import this data as a txt file and we want to obtain the corresponding decimal value for each row in another column.
111001 = 57
10010 = 18
1101 = 13
1000100 = 68

How can we do that in FlexPro?
best regards