Spaces in scripts

Post Reply
sabety
Posts: 76
Joined: Wed Dec 06, 2000 7:11 am

Spaces in scripts

Post by sabety »

Is there a way to have spacing in scripts such as new lines not appear in resulting html pages?
User avatar
Kai
Site Admin
Posts: 1271
Joined: Tue Apr 25, 2000 1:27 pm

Spaces in scripts

Post by Kai »

You can <send> or <fmt> data directly to format it as you wish.

Otherwise, non-Vortex tags and text are output as-is (except for leading whitespace which is stripped) so newlines are left in. Blank lines between Vortex statements can cause extra newlines to be printed. You can either delete the blank line, or put a comment there which will prevent the extra newline.
bart
Posts: 251
Joined: Wed Apr 26, 2000 12:42 am

Spaces in scripts

Post by bart »

I think he was asking how to have the space removed.

Vortex automatically removes all whitespace that would not affect formatting when it transmits
the data.
Post Reply