PRINT ALPHABET

PRINT ALPHABET

Postby Silvio.Falconi » Wed May 22, 2013 5:33 pm

to print a letter of alphabet I use an array
sample for ascii code 65 ( A) I use

Function code65()
Local aCarattere
A1:= "-...-"
A2:= ".---."
A3:= ".---."
A4:= "....."
A5:= ".---."
A6:= ".---."
A7:= ".---."
A8:= "-----"
aCarattere := {A1,A2,A3,A4,A5,A6,A7,A8}
return aCarattere

and this for all ascii table ... but is there a speed method to have all ascii table ?
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
Silvio.Falconi
 
Posts: 7056
Joined: Thu Oct 18, 2012 7:17 pm

Re: PRINT ALPHABET

Postby ukoenig » Fri May 24, 2013 11:34 am

Silvio,

do You need a ASC-viewer ?

Image

Best Regards
Uwe :?:
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
User avatar
ukoenig
 
Posts: 4043
Joined: Wed Dec 19, 2007 6:40 pm
Location: Germany

Re: PRINT ALPHABET

Postby Silvio.Falconi » Sat May 25, 2013 7:49 pm

...
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
Silvio.Falconi
 
Posts: 7056
Joined: Thu Oct 18, 2012 7:17 pm


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 95 guests