Making fixed length strings (Great for working with EDI files)
Making fixed length strings (Great for working with EDI files)
Rate Making fixed length strings (Great for working with EDI files)
(1(1 Vote))
Element = Data & String$(Length - Len(Data), " ")
End Function
'Example:
'MyString = Element("850",6) returns "850 "
Making fixed length strings (Great for working with EDI files) Comments
No comments yet — be the first to post one!
Post a Comment