FYI
Kenneth Brody
kenbrody at spamcop.net
Fri Jun 18 11:15:10 PDT 2010
On 6/18/2010 2:04 PM, Richard Kreiss wrote:
[...]
> set TextNormal= 0xe5
> rreport transaction -f to_approve -v sel_process -a -iA -u -pq
> set TextNormal = 0x1f
Note that the two "set" lines refer to different environment variables. The
first one sets "TextNormal" to the value " 0xe5". The second one sets the
variable "TextNormal " to the value " 0x1f".
After executing those lines, "TextNormal" will still contain the " 0xe5"
value set on the first line. A separate variable, "TextNormal ", will
contain the " 0x1f" value.
> This did not work. Anyone see why not?
>
> The answer is:
>
> Apparently, as fp support informed me, filePro does not like the space
> between = and the value
While filePro can be changed to handle the case of leading spaces in the
value, it cannot handle the case of spaces within the name, as that is a
different variable. (As noted above, you will have both variables in the
environment.)
[...]
--
Kenneth Brody
More information about the Filepro-list
mailing list