Hi everyone,
My question is about how to preserve extra spaces in a local. I have a local as follows:
(Note that the 2nd item in the local has extra spaces - I want to preserve these.)
However, the local seems to be saving this item without the extra spaces:
This is an issue, as I later want to replace an observation if it's value is "Abc Pregnacy tests done" (the observation has a double space).
Does anyone know how I can preserve the double space in the local? Many thanks in advance!
My question is about how to preserve extra spaces in a local. I have a local as follows:
Code:
local Lab ""Abc tests done on patients" "Abc Pregnacy tests done""
However, the local seems to be saving this item without the extra spaces:
Code:
. macro list _Lab _Lab: "Abc tests done on patients" "Abc Pregnacy tests done"
Does anyone know how I can preserve the double space in the local? Many thanks in advance!
Comment