Photo Gallery Member List Search Calendars FAQ Ticket List Log Out


Formatting gone due to code tags

 
Logged in as: Guest
arrSession:exec spGetSession 2,8,23853
 Active Users: There are 0 members and 0 guests.
 Users viewing this topic: none
 

 

 
  
  Printable Version
All Forums >> [General Forum] >> Suggestions & Feedback >> Formatting gone due to code tags
  Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
Page: [1]
Login
Message << Older Topic   Newer Topic >>
 Formatting gone due to code tags - 7/20/2005 8:30:50 AM   
  didorno

 

Posts: 361
Score: 0
Joined: 2/12/2005
From:
Status: offline
Tonight I have edited almost all my posts to get rid of the code tags [ code ]...[ /code ],
because the readability was gone due to these tags
( I think the crlf didn't work anymore in the new forum).

This was quite a job !

Is this change a feature or a bug ?

Greetings !

_____________________________

Regular Expression ? I (L+o{1,}v{1,3}e\s)+[iI]t!$
 
 
Post #: 1
 
 RE: Formatting gone due to code tags - 7/20/2005 6:40:16 PM   
  Admin


Posts: 542
Score: 0
Joined: 6/22/2005
Status: offline
Can you  post an example of not properly formatted text here?. 

(in reply to didorno)
 
 
Post #: 2
 
 RE: Formatting gone due to code tags - 7/20/2005 10:21:04 PM   
  Snipah


Posts: 1341
Score: 6
Joined: 11/1/2004
From: Netherlands
Status: offline
with [ code ] brackets:


      



without [ code ] brackets:

Option Explicit
Const con_CREATEPROGRESSDLG = &H0&
Dim MapOrg, MapDest, objShell, objFolder
Set objShell = CreateObject("Shell.Application")
MapOrg = "E:\images\*.*"
MapDest = "E:\images2\"
MapCopy MapOrg, MapDest
Sub MapCopy(MapOrg, MapDest)
 Set objFolder = objShell.NameSpace(MapDest)
 objFolder.CopyHere MapOrg, con_CREATEPROGRESSDLG
 Set objFolder = Nothing
End Sub ' MapCopy

_____________________________

For more information, please see the "Read me First" topic.

http://www.visualbasicscript.com

(in reply to Admin)
 
 
Post #: 3
 
 RE: Formatting gone due to code tags - 7/21/2005 5:52:12 AM   
  Admin


Posts: 542
Score: 0
Joined: 6/22/2005
Status: offline
Don't worry guys , give me some time to fix this issue .

(in reply to Snipah)
 
 
Post #: 4
 
 RE: Formatting gone due to code tags - 7/21/2005 9:05:49 PM   
  Snipah


Posts: 1341
Score: 6
Joined: 11/1/2004
From: Netherlands
Status: offline
maybe because the editor is WYSIWYG...?



_____________________________

For more information, please see the "Read me First" topic.

http://www.visualbasicscript.com

(in reply to Admin)
 
 
Post #: 5
 
 RE: Formatting gone due to code tags - 7/24/2005 8:03:30 AM   
  didorno

 

Posts: 361
Score: 0
Joined: 2/12/2005
From:
Status: offline
Snipah, thanks for your support !


_____________________________

Regular Expression ? I (L+o{1,}v{1,3}e\s)+[iI]t!$

(in reply to Snipah)
 
 
Post #: 6
 
 RE: Formatting gone due to code tags - 8/7/2005 11:15:30 AM   
  Fredledingue


Posts: 321
Score: 0
Joined: 5/9/2005
From:
Status: offline
yes; "code" is turning the whole text into a single line.

Funny...

_____________________________

Fred

(in reply to didorno)
 
 
Post #: 7
 
 
 
  

If you found our site useful please link to us <a href="http://www.visualbasicscript.com">VisualBasicScript.com</a>.
All Forums >> [General Forum] >> Suggestions & Feedback >> Formatting gone due to code tags Page: [1]
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts