Charles,

The one sure way to get this to work is as follows;

SET VAR v1721 = +

(.vst1+'spacespacespace'+.vst2+'spacespacespacespace'+.vst3+'spacespacespace
space'+

.vst4+'spacespacespacespace'+.vst5+'spacespacespacespace'+.vst6)

'space'=press space bar once

In one of my apps for Nassau County government on Long Island I need to
create an id based upon
section block and lot identifiers. I have experimented with all blank ascii
characters and find this is the most reliable.

The only thing you can't do is have trailing blanks but leading and imbedded
blanks works fine.


Good luck,

Bill Eyring


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Charles
Dean Conrad
Sent: Tuesday, August 12, 2003 8:55 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Blank Spaces


I am having problems when I try to insert blanks between numbers. Every
time I run it the blanks do not appear.  Below is the code that I am
using.  I am using 65++
      SET VAR vbk = (CHAR0032)
      SET VAR vf3 TEXT = (.vbk+.vbk+.vbk)
      SET VAR vf4 TEXT = (.vbk+.vbk+.vbk+.vbk)
      SET VAR vst1 = (SGET(.vtax,2,1))
      SET VAR vst2 = (SGET(.vtax,3,3))
      SET VAR vst3 = (SGET(.vtax,3,6))
      SET VAR vst4 = (SGET(.vtax,1,9))
      SET VAR vst5 = (SGET(.vtax,3,10))
      SET VAR vst6 = (SGET(.vtax,3,13))
      SET VAR v1721 = +
            (.vst1+.vf3+.vst2+.vf4+.vst3+.vf3++
             .vst4+.vf4+.vst5+.vf4+.vst6)

Charles Dean Conrad
PT KarCon Indonesia

Reply via email to