Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Unwanted Trimmed Spaces
Message
General information
Forum:
Visual C++
Category:
Other
Miscellaneous
Thread ID:
00254914
Message ID:
00255158
Views:
21
The string is stored in a sql table. this is how i code it:

(start of server side scripting)
while not rs.eof
response.write(rs("field1)) (end of server side scripting)

(html line break tag goes here to
advance printing to next line)

(start of server side scripting)

rs.movenext
wend
(end of server side scripting)

where field1 contains the mentioned string: "my01234567890field"
Note: numbers indicate blank spaces between the words

When this script executes the result is: "my field"

Thanks for your help.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform