You should be able to use at least 7999. I ran this query in SQL 7.
Select Len(space(7999)+'|')
It returned the following.
-----------
8000
(1 row(s) affected)
When I ran Select Len(Space(8000)), the result was 0. I'm not sure if that occurred because of the limit of the Space function or if SQL trimmed the output. Terry L. Broadbent FAQ183-874 contains tips for posting questions in these forums.
NOTE: Reference to the FAQ is not directed at any individual.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.