Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- With my code,i get this:
- #define DG_ alog (%1) YCMD: alog (%1)
- But i want this:
- #define DG_alog(%1) YCMD:alog(%1)
- My code:
- print("#define DG_",response[2],"(%1) YCMD:",response[2],"(%1)")
- Is there any way to fix it?Thanks.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement