eric_carwardine
New Coder
With so much effort invested in Fortran I need to stick with it! 
What I need now is code to convert a single 6bit character into 8 bit ASCII.
For illustration:
character name_in_ascii*7, name_in_6bit*?
C
name_in_ascii = 'claudia'
My apologies if I've asked a question in the Introductions section, time blurs the memory re protocol
Eric

What I need now is code to convert a single 6bit character into 8 bit ASCII.
For illustration:
character name_in_ascii*7, name_in_6bit*?
C
name_in_ascii = 'claudia'
My apologies if I've asked a question in the Introductions section, time blurs the memory re protocol
Eric
Last edited: