Article ID: 136545
Article Last Modified on 10/29/2003
defstr macro english,french,german
endm
defstr "YEAH",\
"YE;AH",\
"YEAH"
Change the call to the macro to this:
defstr "YEAH",\
"YE"3Bh"AH",\
"YEAH"
defstr macro english,french,german
endm
defstr "YEAH",\
"YE;AH",\
"YEAH"
Additional query words: 6.11
Keywords: KB136545