Quick Search for:  in language:    
create,language,like,pretty,cool
   Code/Articles » |  Newest/Best » |  Community » |  Jobs » |  Other » |  Goto » | 
CategoriesSearch Newest CodeCoding ContestCode of the DayAsk A ProJobsUpload
ASP/ VbScript Stats

 Code: 196,174. lines
 Jobs: 107. postings

 How to support the site

 
Sponsored by:

 
You are in:
 

Does your code think in ink?
Login


 

 


Latest Code Ticker for ASP/ VbScript.
Click here to see a screenshot of this code!DVD / DVIX / VHS Catalogue
By  on 12/28

(Screen Shot)

Click here to see a screenshot of this code!vbscript menu
By Mike Roberg on 12/27

(Screen Shot)

IMAIL auto registration
By Savas ZORLU on 12/27


Click here to see a screenshot of this code!VB Script menu
By Michael Roberg on 12/27

(Screen Shot)

Click here to see a screenshot of this code!LIVE TAMBOLA GAME
By Amresh prasad on 12/26

(Screen Shot)

Click here to see a screenshot of this code!Simple Menu
By ABDI ZAMAN on 12/26

(Screen Shot)

mp3org.vbs
By Sean Anderson on 12/24


Website monitor
By Bas Broekarts on 12/23


UTF8Filer - Read and write UTF-8 / Mixed Byte Text, Delimited (CSV, Tab etc) and Fixed Width files
By Hunter Beanland on 12/22


Click here to put this ticker on your site!


Add this ticker to your desktop!


Daily Code Email
To join the 'Code of the Day' Mailing List click here!

Affiliate Sites



 
 
   

A new language

Print
Email
 
VB icon
Submitted on: 10/19/2003 8:48:19 PM
By: Joacorp. 
Level: Beginner
User Rating: By 13 Users
Compatibility:ASP (Active Server Pages), VbScript (browser/client side)

Users have accessed this code 1437 times.
 

(About the author)
 
     it create a new language like "|-|i 0r ß-Y-€" pretty cool :P
 
code:
Can't Copy and Paste this?
Click here for a copy-and-paste friendly version of this code!
 
Terms of Agreement:   
By using this code, you agree to the following terms...   
1) You may use this code in your own programs (and may compile it into a program and distribute it in compiled format for languages that allow it) freely and with no charge.   
2) You MAY NOT redistribute this code (for example to a web site) without written permission from the original author. Failure to do so is a violation of copyright laws.   
3) You may link to this code from another website, but ONLY if it is not wrapped in a frame. 
4) You will abide by any additional copyright restrictions which the author may have placed in the code or code's description.

    '**************************************
    ' Name: A new language
    ' Description:it create a new language l
    '     ike "|-|i 0r ß-Y-€" 
    pretty cool :P
    ' By: Joacorp.
    '
    'This code is copyrighted and has    ' limited warranties.Please see http://w
    '     ww.Planet-Source-Code.com/vb/scripts/Sho
    '     wCode.asp?txtCodeId=8582&lngWId;=4    'for details.    '**************************************
    
    <%
    'this code create a new language
    function tran (text)
    text = replace(text,"a","@")
    text = replace(text,"b","ß")
    text = replace(text,"c","©")
    text = replace(text,"e","€")
    text = replace(text,"f","ƒ")
    text = replace(text,"g","G")
    text = replace(text,"h","|-|")
    text = replace(text,"i","i")
    text = replace(text,"n","ñ")
    text = replace(text,"o","0")
    text = replace(text,"y","-Y-")
    tran = text
    End function
    'example:
    %>
    code:<% response.write(tran("hi and bye")) %>

 
Report Bad Submission
Use this form to notify us if this entry should be deleted (i.e contains no code, is a virus, etc.).
Reason:
 
Your Vote!

What do you think of this code(in the Beginner category)?
(The code with your highest vote will win this month's coding contest!)
Excellent  Good  Average  Below Average  Poor See Voting Log
 
Other User Comments
10/19/2003 8:53:49 PM:
Cool, i was wondering how to do that, 
thanks
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
10/20/2003 4:03:02 AM:FirebirdDE
Gr34t, bu1 such 4 l4ngu4g3 d03s 4lr34dy 
3X1s1 :D
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
10/20/2003 8:50:05 AM:moppy
what's the point? I don't understand 
why this may be used in a real world 
situation. 
:o(
R
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
10/21/2003 4:46:56 PM:John
a little childish, but I guess to show 
how functions work it's nice, 3 out of 5
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
11/16/2003 3:52:22 AM:
funny, hmm
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
11/20/2003 8:07:22 PM:CodeFester
If this is all it takes to win the 
coding contest... thats pretty rank.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
11/21/2003 4:49:38 AM:Manimaran Subramanian
I'm wondering how this won the 
contest..... Please dont let us to 
misjudge about PSC contest
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
11/22/2003 8:50:34 PM:Bromaster
Why is this a contest winner ? Is it 
the only one submitted this month ? :S
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
11/30/2003 9:37:33 AM:Nicholas Afxentiou
hey if that thing won the contest then 
i ll better find another source code 
web site!
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
12/4/2003 6:31:06 AM:iwan
omg, this is allmost as bad as that 
master dave stuff at the vb section. 
apparenty posting in this section is a 
certain win. (plz dont take it personal)
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
12/16/2003 6:11:29 AM:vbDEVvb
wtf, how in the he11 could this win the 
contest!?!?
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
12/29/2003 9:05:54 PM:japuram
ooohhh my god... i can't believe WhY 
the WoN!?!?!
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
Add Your Feedback!
Note:Not only will your feedback be posted, but an email will be sent to the code's author in your name.

NOTICE: The author of this code has been kind enough to share it with you.  If you have a criticism, please state it politely or it will be deleted.

For feedback not related to this particular code, please click here.
 
Name:
Comment:

 

Categories | Articles and Tutorials | Advanced Search | Recommended Reading | Upload | Newest Code | Code of the Month | Code of the Day | All Time Hall of Fame | Coding Contest | Search for a job | Post a Job | Ask a Pro Discussion Forum | Live Chat | Feedback | Customize | ASP/ VbScript Home | Site Home | Other Sites | About the Site | Feedback | Link to the Site | Awards | Advertising | Privacy

Copyright© 1997 by Exhedra Solutions, Inc. All Rights Reserved.  By using this site you agree to its Terms and Conditions.  Planet Source Code (tm) and the phrase "Dream It. Code It" (tm) are trademarks of Exhedra Solutions, Inc.