Macros, parбmetros - Duda
#1

estoy aprendiendo sobre esto de Pre-Processor, pero me he encontrado con algo que no comprendo.

Quote:
Originally Posted by ******
Some people like to put spaces after the comma in function parameter lists, like so:

Код:
#define MULTIPLY_TWO_NUMBERS(%0, %1)     %0 * %1
You CANNOT do this in macros - as mentioned before the FIRST space is the end of the search string, so this will look for "MULTIPLY_TWO_NUMBERS(%0,", not "MULTIPLY_TWO_NUMBERS(%0, %1)", and replace it with "%1) %0 * %1".

https://sampforum.blast.hk/showthread.php?tid=570933

їMe podrнan explicar lo que quiere decir sobre los ","?.
Reply


Messages In This Thread
Macros, parбmetros - Duda - by GranaT3 - 03.12.2015, 00:31
Respuesta: Macros, parбmetros - Duda - by TheMasterNico - 03.12.2015, 01:19
Respuesta: Macros, parбmetros - Duda - by GranaT3 - 03.12.2015, 01:33
Respuesta: Macros, parбmetros - Duda - by TheMasterNico - 03.12.2015, 01:38
Respuesta: Macros, parбmetros - Duda - by GranaT3 - 03.12.2015, 01:44
Respuesta: Macros, parбmetros - Duda - by DesingMyCry - 03.12.2015, 02:24
Respuesta: Macros, parбmetros - Duda - by GranaT3 - 03.12.2015, 02:34
Respuesta: Macros, parбmetros - Duda - by DesingMyCry - 04.12.2015, 01:27

Forum Jump:


Users browsing this thread: 1 Guest(s)