Jump to content

white spaces in VBS


DirkTD

Recommended Posts

hello everyone, i have a question about VBScript. if i can add white spaces in a JS (example:

<script type="text/javascript">var variable = "variable"document.write (variable)</script>

)script element to make it more readable, does this also works in VBS(example:

<script type="text/vbscript">var variable = "variable"document.write (variable)

)?kind regeards,

Htmlfeak

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...