String interpolation
#5

Its because Macros are just text replacements, you cannot have this:
Quote:

print("I like "#MAX_CUSTOM" cakes");
I like "#(5)" cakes

You need to remove those brackets where you declare it.
Reply


Messages In This Thread
String interpolation - by Misiur - 16.03.2016, 14:50
Re: String interpolation - by jlalt - 16.03.2016, 15:15
Re: String interpolation - by Misiur - 16.03.2016, 15:22
Re: String interpolation - by jlalt - 16.03.2016, 15:33
Re: String interpolation - by Gammix - 16.03.2016, 16:14
Re: String interpolation - by Misiur - 16.03.2016, 16:30

Forum Jump:


Users browsing this thread: 1 Guest(s)