Main Menu

HOME

.Net
ASP
Assembly
C
C++
Delphi
HTML
Java
JavaScript
MySQL
PC interface
Powershell
Perl
PHP
VBScript
Visual Basic
XML

US Job listings




   Misc

   Amazon

   Links

    


pounds / kilos conversions

 

'pounds to kilos ets

Public Function KilogramsToPounds(Kilograms As Single) As Single
KilogramsToPounds = Round(Kilograms / 0.4536, 4)
End Function

Public Function PoundsToKilograms(Pounds As Single) As Single
PoundsToKilograms = Pounds * 0.4536
End Function

 

 

 

 

 




   Sponsors
 

   Software
500 Java Tips E-book
PHP editor
PERL editor
Beginning Java
Beginning Visual Basic
Learn VB.net
Learn VB 6
VB and databases
ASP image library
C++ builder programming
C++ fundamentals

   Source Code
ActiveX controls supported(ASP.net)
Average example(C)
Frames support(ASP.net)
display when a web page was last modified(C Sharp)
Open display properties background(VB)
image_string example(php)
system uptime(PHP)
Move text(C)

    




Copyright © 2003 by programmershelp.co.uk