String
Hi,
I want to pass "" in a string,
i.e I want have a string like
Hi, Jack "How are you?" ,"How is your family?"
Archive: String
String
Hi,
I want to pass "" in a string,
i.e I want have a string like
Hi, Jack "How are you?" ,"How is your family?"
Section "boo"
StrCpy $R0 'Hi, Jack "How are you?" ,"How is your family?"'
DetailPrint '$R0'
SectionEnd
ohh,
thanks a lot!!