|
-
May 14th, 2000, 02:00 AM
#1
Thread Starter
PowerPoster
...cos you alwys get a smiley if you type something like this:
Code:
Anything = Val( 0& )
'Without spaces
Anything = Val(0&)
-
May 15th, 2000, 02:35 AM
#2
Under the Email Notification box, there is a check box called Disable Smilies in This Post. Check this box to disable them.
-
May 16th, 2000, 10:56 AM
#3
Thread Starter
PowerPoster
Bu then it's disabled in the whole post
-
May 17th, 2000, 03:00 AM
#4
Well generally when you are posting code or giving advice or help, you wouldn't use smilies.
-
May 17th, 2000, 10:45 PM
#5
Thread Starter
PowerPoster
You never know 
Code:
MsgBox("Just an idea")
-
May 18th, 2000, 02:44 AM
#6
Usually when you're posting code, you tend to be more serious. I see smilies used in the chit chat forum more often.
-
May 18th, 2000, 11:43 AM
#7
Thread Starter
PowerPoster
I use smileys in every message...
-
May 19th, 2000, 02:45 AM
#8
I think that the programming section tends to be more serious.
-
Jul 9th, 2000, 08:40 AM
#9
transcendental analytic
Serious or not, I think this is a problem, I agree with Fox, I use smilies in some of my posts in the Q/A section and I don't want to turn of the Smiley code everytime i post code. Also you don't need to be dead serious even if you help someone
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Jul 11th, 2000, 12:15 PM
#10
Fanatic Member
I'll try and sort something out about this, but for now, you should just turn off smilies for posts with this problem.
It occurs becuase the & is converted to the HTML & . When the sequence & occurs, the is converted to a smilie.
John
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|