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 March-April 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
I use : FiveWin for Harbour March-April 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
