Page 7 of 22 FirstFirst ... 4567891017 ... LastLast
Results 61 to 70 of 211

Thread: Whats ur ctrl V right now

  1. #61
    Mr. Mulder's Avatar pepper your angus BT Rep: +10BT Rep +10
    Join Date
    Aug 2003
    Location
    Vault 111
    Age
    38
    Posts
    16,596
    nite

  2. Lounge   -   #62
    manker's Avatar effendi
    Join Date
    May 2004
    Location
    I wear an Even Steven wit
    Posts
    32,394
    Well, I reckon that's good - that you have to stay til five on Friday. We'll try to get up early so you can make up a couple of hours. I'll cook for you when you get home.

    Seriously, I thought you weren't bothered 'cos yesterday you said no first when I said I would (before we decided that I would) and then this morning, you just grunted!
    I plan on beating him to death with his kids. I'll use them as a bludgeon on his face. -

    --Good for them if they survive.

  3. Lounge   -   #63
    MCHeshPants420's Avatar Fake Shemp
    Join Date
    Feb 2005
    Age
    46
    Posts
    1,916
    European Championship Qualifying

  4. Lounge   -   #64
    Barbarossa's Avatar mostly harmless
    Join Date
    Jun 2002
    Location
    Over here!
    Posts
    15,181
    Function DisplayCurrency(Amount)
    Dim currentLocale
    Dim original
    currentLocale = GetLocale
    original = SetLocale("en-gb")
    if isnumeric(Amount) Then
    if Amount < 0 Then
    DisplayCurrency = "-£" & FormatNumber(0-Amount,2)
    else
    DisplayCurrency = "£" & FormatNumber(Amount,2)
    End if
    else
    DisplayCurrency = Amount
    End if
    original = SetLocale(currentLocale)
    End Function

    Function ConvertCurrency(Amount)
    TempAmount = Amount
    while (not isnumeric(left(TempAmount,1))) and (len(TempAmount) > 0)
    TempAmount = trim(mid(TempAmount,2,len(TempAmount)))
    wend
    if isnumeric(TempAmount) Then
    ConvertCurrency = ccur(Round(TempAmount,2))
    else
    ConvertCurrency = TempAmount
    End if
    End Function

  5. Lounge   -   #65
    enoughfakefiles's Avatar Ad ministrator
    Join Date
    Jun 2003
    Location
    I'm an Even Steven with a
    Posts
    7,568
    5968 1558 6384 2512

  6. Lounge   -   #66
    MCHeshPants420's Avatar Fake Shemp
    Join Date
    Feb 2005
    Age
    46
    Posts
    1,916
    Quote Originally Posted by enoughfakefiles View Post
    5968 1558 6384 2512
    Can I have your expiry date and security code as well please.

  7. Lounge   -   #67
    Cheese's Avatar Poster
    Join Date
    Sep 2003
    Location
    is everything.
    Age
    46
    Posts
    15,287
    Sony Ericsson W810i

  8. Lounge   -   #68
    Mr. Mulder's Avatar pepper your angus BT Rep: +10BT Rep +10
    Join Date
    Aug 2003
    Location
    Vault 111
    Age
    38
    Posts
    16,596
    Quote Originally Posted by Cheese View Post
    Sony Ericsson W810i
    you're looking at girls phones for crabgirl, rite?

  9. Lounge   -   #69
    Barbarossa's Avatar mostly harmless
    Join Date
    Jun 2002
    Location
    Over here!
    Posts
    15,181
    Quote Originally Posted by Barbarossa View Post
    Function DisplayCurrency(Amount)
    Dim currentLocale
    Dim original
    currentLocale = GetLocale
    original = SetLocale("en-gb")
    if isnumeric(Amount) Then
    if Amount < 0 Then
    DisplayCurrency = "-£" & FormatNumber(0-Amount,2)
    else
    DisplayCurrency = "£" & FormatNumber(Amount,2)
    End if
    else
    DisplayCurrency = Amount
    End if
    original = SetLocale(currentLocale)
    End Function

    Function ConvertCurrency(Amount)
    TempAmount = Amount
    while (not isnumeric(left(TempAmount,1))) and (len(TempAmount) > 0)
    TempAmount = trim(mid(TempAmount,2,len(TempAmount)))
    wend
    if isnumeric(TempAmount) Then
    ConvertCurrency = ccur(Round(TempAmount,2))
    else
    ConvertCurrency = TempAmount
    End if
    End Function
    If anyone would actually like to rewrite this as javascript, I'd be eternally grateful (until tomorrow)

  10. Lounge   -   #70
    Cheese's Avatar Poster
    Join Date
    Sep 2003
    Location
    is everything.
    Age
    46
    Posts
    15,287
    Quote Originally Posted by Mr. Mulder View Post
    Quote Originally Posted by Cheese View Post
    Sony Ericsson W810i
    you're looking at girls phones for crabgirl, rite?
    No, I finally had "to succumb to the evilness known as having a mobile phone" so I bought the first one I saw that had a decent offer. Free Wii.

Page 7 of 22 FirstFirst ... 4567891017 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •