Bill and Javier, Thank you- it works. Chuck -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Javier Valencia Sent: Thursday, 14 August, 2003 08:35 To: RBASE-L Mailing List Subject: [RBASE-L] - RE: Blank Spaces
Chuck: I believe that you need to read a couple of lines down on the message where Bill indicates that every time that you see "space" it really means press the space once on the keyboard; hence "spacespace" really means press the space bar on the keyboard twice and so on...:) Javier, Javier Valencia, PE President Valencia Technology Group, L.L.C. 14315 S. Twilight Ln, Suite #14 Olathe, Kansas 66962-4578 Office (913)829-0888 Fax (913)649-2904 Cell (913)915-3137 -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Charles Dean Conrad Sent: Wednesday, August 13, 2003 8:05 PM To: RBASE-L Mailing List Subject: [RBASE-L] - RE: Blank Spaces Bill, I tried what you suggested and this is what I got 07spacespacespacespace278spacespacespasespace217spacespacespase0spacespa cespasespace053spacespacespasespace000 What did I do wrong? Chuck Conrad -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill Eyring Sent: Wednesday, 13 August, 2003 19:11 To: RBASE-L Mailing List Subject: [RBASE-L] - RE: Blank Spaces Charles, The one sure way to get this to work is as follows; SET VAR v1721 = + (.vst1+'spacespacespace'+.vst2+'spacespacespacespace'+.vst3+'spacespaces pace 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

