Raw string in #define is interpreted wrong
|
|
Resolved
Using a raw string in #define statement did not substitute the original code correctly when the macro was used.
|
BYOND Version: | 512.1442 |
Operating System: | N/A |
Web Browser: | N/A |
Applies to: | Dream Maker |
|
Status: |
Resolved (512.1443)
This issue has been resolved.
|
|
|
Descriptive Problem Summary:
Using a raw string in a #define statement does not substitute the correct code.
Code Snippet (if applicable) to Reproduce Problem:
#define MAPTEXT_STYLE @|<span style="font-size:8pt;color:black;vertical-align:top">|
obj maptext = "[MAPTEXT_STYLE]Test"
|