Extracting part number (1 Viewer)

Andy P

New member
Local time
Today, 08:46
Joined
Aug 28, 2008
Messages
1
I am trying to build a formula using a part number
Example 3.6715 and only want to use the .6715 in my calculation. Any ideas how I can extract this?:confused:
 

KenHigg

Registered User
Local time
Today, 11:46
Joined
Jun 9, 2004
Messages
13,327
myNewNumber = MyOldNumber - int(MyOldNumber)

???
 

Users who are viewing this thread

Top Bottom