Would someone please tell me what exactly I need to enter in the seek to box?
I tried 00:03:24 but I got "string contains non numeric characters..."
How am I supposed to type it?
Thanks
Professional Software Development Tools
Would someone please tell me what exactly I need to enter in the seek to box?
I tried 00:03:24 but I got "string contains non numeric characters..."
How am I supposed to type it?
Thanks
On what object?
-
= Derek
["All glory comes from daring to begin" - fortune cookie]
You have to use the String.GetDelimited to return the individual numbers, perform some calculations to determine the total number of seconds and then return the seconds to the MP3.Seek function.
%Time% = MP3.GetProperty ("Progress")
%hour% = String.GetDelimitedString ("%Time%", ":", 0)
%Mins% = String.GetDelimitedString ("%Time%", ":", 1)
%Secs% = String.GetDelimitedString ("%Time%", ":", 2)
%Seekpos% = Evaluate ((%hour% * 3600)+(%Mins%*60)+%Secs%)
TJ-Tigger
"A common mistake that people make when trying to design something completely foolproof was to underestimate the ingenuity of complete fools."
"Draco dormiens nunquam titillandus."
Map of IR Forum Users - IR Project CodeViewer - Online Help - TiggTV - QuizEngine