The MASM Forum

General => The Campus => Topic started by: xandaz on December 03, 2018, 06:23:20 AM

Title: declaring a string inside a buffer....
Post by: xandaz on December 03, 2018, 06:23:20 AM
    How di i put a string into a LF_FACENAME BUFFER without excceding the caracters...

logf      LOGFONT        <xxxxxxx,yyy,zzz,<"sysfixed.fon",0>>
    I tried all types of operators but none worked. TY