Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Classic ASP versions(v3.4.XX)
 I think this might explain it.
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

HVROX
Junior Member

177 Posts

Posted - 30 September 2004 :  21:21:43  Show Profile
I need to know the symbol used for a line break in forum code? Like a space is n`bsp; and stays invisable in forum code. What is the actual symbol or code to get the same effect but with a line break?

I'm working on something and <BR>
<BR /> [BR /] is not translated but n`bsp; is. So I was wondering what the forum understands as being a line break?

Edited by - HVROX on 02 October 2004 22:23:11

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 30 September 2004 :  21:23:05  Show Profile
you can use [br], it will be converted to <br /> by the forum.
Go to Top of Page

HVROX
Junior Member

177 Posts

Posted - 30 September 2004 :  21:27:40  Show Profile
Wow that was fast. I just noticed that that it worked when I posted. I must have had something next to it like that comma.

Thanks for the speedy reply,
HVROX
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 30 September 2004 :  21:36:03  Show Profile
you're welcome
Go to Top of Page

HVROX
Junior Member

177 Posts

Posted - 02 October 2004 :  21:05:36  Show Profile
Another question...

What do the numbers at the end of fstring do?
fString = replace(fString, "[b r]", "<br />", 1, -1, 1)
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 02 October 2004 :  21:12:48  Show Profile
explanation of the replace function:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/vsfctreplace.asp

the first 1 means to start at the 1st position

the -1 means to replace all instances that it finds

the last 1 means to do a textual compare (which means the case will be ignored)
Go to Top of Page

HVROX
Junior Member

177 Posts

Posted - 02 October 2004 :  22:22:02  Show Profile
Ok thank you. Not the problem I'm having but mabe I can explain a little better.

I need the symbol that will perform the same funtion as the [b r] but will remain invisable if going back to edit a post. Just like &n bsp will for a space command. It may sound crazy but I've been working on something (I added entry boxes that will post to the message box) and the only problem I having is the br symbol. I don't want the br's to appear if a user goes back to edit the post.

So my question is what command will give the same effect as the enter key to perform a line break but will always remain invisabe if going back to edit a post like &nb sp does.
Go to Top of Page

Nikkol
Forum Moderator

USA
6907 Posts

Posted - 03 October 2004 :  01:27:50  Show Profile
a newline

like the one above

in a message box it is vbNewline, but then is converted to a br to display in html.

Nikkol ~ Help Us Help You | ReadMe | 3.4.03 fixes | security fixes ~
Go to Top of Page

HVROX
Junior Member

177 Posts

Posted - 03 October 2004 :  02:19:42  Show Profile
quote:
Originally posted by Nikkol

a newline

like the one above

in a message box it is vbNewline, but then is converted to a br to display in html.

WaaaaaaaaHHHHHHoooooooooo!!!!

Thank You! That did it
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.39 seconds. Powered By: Snitz Forums 2000 Version 3.4.07