This is what I use and it works correctly:
AsciiPrint("%a",Variable);
Thanks,
Evan
-Original Message-
From: Andrew Fish [mailto:af...@apple.com]
Sent: Monday, March 25, 2013 4:22 PM
To: edk2-devel@lists.sourceforge.net
Subject: Re: [edk2] AsciiPrint() and %s
Print() is
standard usage.
>
> -Jaben
>
> -Original Message-
> From: Stephen Polkowski [mailto:step...@centtech.com]
> Sent: Monday, March 25, 2013 4:02 PM
> To: edk2-devel@lists.sourceforge.net
> Subject: [edk2] AsciiPrint() and %s
>
> Hello,
>
> I
- "Protocol Error"
- RETURN_WARN_UNKNOWN_GLYPH
- "Warning Unknown Glyph"
- RETURN_WARN_DELETE_FAILURE
- "Warning Delete Failure"
- RETURN_WARN_WRITE_FAILURE
- "Warning Write Failure"
- RETURN_WARN_BUFFE
PM
To: edk2-devel@lists.sourceforge.net
Subject: [edk2] AsciiPrint() and %s
Hello,
I'm trying to print a simple ASCII string to the console. I decided to
try
AsciiPrint() from the MDE package. I started having problems right away. The
function wouldn't print an Ascii string.
Try %a for ASCII
-Original Message-
From: Stephen Polkowski [mailto:step...@centtech.com]
Sent: Monday, March 25, 2013 4:02 PM
To: edk2-devel@lists.sourceforge.net
Subject: [edk2] AsciiPrint() and %s
Hello,
I'm trying to print a simple ASCII string to the console. I decid
Hello,
I'm trying to print a simple ASCII string to the console. I decided to
try
AsciiPrint() from the MDE package. I started having problems right away. The
function
wouldn't print an Ascii string. Here's my code:
#include
#include
#include
INTN EFIAPI ShellAppMain (IN UINTN A