What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » [split] VBScript & pig latin

[split] VBScript & pig latin
Author: Message:
Jarrod
Veteran Member
*****

Avatar
woot simpson

Posts: 1304
Reputation: 20
– / Male / Flag
Joined: Sep 2006
RE: VBScript & coding tips
i'm not a fan of vb but this is my python example:P
hope u can learn from it
code:

word = raw_input()
if word[0] in "aeiou":
    print word + "way"
else:
    print word[1:] + word[:1] + 'ay',



This post was edited on 10-04-2008 at 05:15 AM by Jarrod.

[Image: 5344.png]
[Image: sig.png]

A.k.a. The Glad Falconer














10-04-2008 05:14 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
RE: VBScript & coding tips - by theimmortal_7 on 10-04-2008 at 03:11 AM
RE: VBScript & coding tips - by Jarrod on 10-04-2008 at 05:14 AM
RE: VBScript & coding tips - by CookieRevised on 10-04-2008 at 09:43 AM
RE: VBScript & coding tips - by Jarrod on 10-04-2008 at 09:55 AM
RE: VBScript & coding tips - by CookieRevised on 10-04-2008 at 10:11 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On