I'm writing some cryptograms in VFP 6.0 and I am using the report generator to print out my cryptograms.
I want to place an overline (as opposed to an underline) over each letter of the encrypted sentence with a space
in between each letter so that each underline clearly represents each letter.
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
T h e q u i c k b r o w n f o x
What is the function I would use in the report to place a line directly over each letter in an frx?
I tried just programming the underlines I want that correspond to the letters in a table, but the
underlines and the letters do not line up.
So I would I guess want to use a function for each letter of the encryption.
Thanks for any help.
When I posted my post, I noticed it took away the spaces between the words "The quick brown fox", one of the problems
I would be trying to avoid in a solution to this problem in VFP.
I want to place an overline (as opposed to an underline) over each letter of the encrypted sentence with a space
in between each letter so that each underline clearly represents each letter.
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
T h e q u i c k b r o w n f o x
What is the function I would use in the report to place a line directly over each letter in an frx?
I tried just programming the underlines I want that correspond to the letters in a table, but the
underlines and the letters do not line up.
So I would I guess want to use a function for each letter of the encryption.
Thanks for any help.
When I posted my post, I noticed it took away the spaces between the words "The quick brown fox", one of the problems
I would be trying to avoid in a solution to this problem in VFP.