Re: Whats ur ctrl V right now
Re: Whats ur ctrl V right now
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!
Re: Whats ur ctrl V right now
European Championship Qualifying
Re: Whats ur ctrl V right now
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
Re: Whats ur ctrl V right now
Re: Whats ur ctrl V right now
Quote:
Originally Posted by
enoughfakefiles
5968 1558 6384 2512
Can I have your expiry date and security code as well please.
Re: Whats ur ctrl V right now
Re: Whats ur ctrl V right now
Quote:
Originally Posted by
Cheese
Sony Ericsson W810i
you're looking at girls phones for crabgirl, rite? :unsure:
Re: Whats ur ctrl V right now
Quote:
Originally Posted by
Barbarossa
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)
Re: Whats ur ctrl V right now
Quote:
Originally Posted by
Mr. Mulder
Quote:
Originally Posted by
Cheese
Sony Ericsson W810i
you're looking at girls phones for crabgirl, rite? :unsure:
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.