Hi,
I'm stuck on what must be a simple problem, but I can't seem to figure it out.
I have a number - a GPS coordinate - that I am trying to split into Hours/Minutes/Seconds.
Lets say the number is 45.4388.
I can get the '45' and the 0.4388 easy enough by using a [trigger] , [int] , and [-] object. Eg.
[45.4388\
|
[t f f]
| |
[-] _
| |
[45\ [0.4388\
Now what I'm trying to do is parse the Minutes (43) and the Seconds (88), but I'm stuck on how to do that.
I've messed around with a list, trying to unpack it, a route object, etc with no luck.
One caveat that I should mention is that these numbers change frequently, so I can't do any pattern matching with stored values, like the route object would do, etc.
Also, it would be preferable for this to run in Pd Vanilla (though I can deal with it if not).
Thanks in advance...
~ Jesse_