Post Reply 
Padding a string with spaces
03-03-2015, 07:32 AM (This post was last modified: 03-03-2015 07:35 AM by bobkrohn.)
Post: #2
RE: Padding a string with spaces
This is the useful type stuff I love to read about.
Serendipity is a wonderful thing.
But you have to be able to recognize a good thing when it appears.
Good for you, Thanks

I now have a new Function in my Library.

Code:

EXPORT PADR(MyStr,MyLen)
BEGIN
  REPLACE(MyStr,MyLen+1,"")â–¶MyStr;
END;
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Padding a string with spaces - Joe Horn - 03-02-2015, 07:20 AM
RE: Padding a string with spaces - bobkrohn - 03-03-2015 07:32 AM
RE: Padding a string with spaces - Angus - 03-03-2015, 08:02 AM
RE: Padding a string with spaces - Han - 03-03-2015, 05:08 PM
RE: Padding a string with spaces - Angus - 03-04-2015, 05:43 AM



User(s) browsing this thread: 1 Guest(s)