|
|
Choosing A Webhost: |
Re: Conversion Algorithm for text into hours & minutes: msg#00048db.filemaker.devel
Hello Simon, If you're requirement is for the time value (eg '2:10') to be returned as text, the I would suggest a formula such as: Let(T = GetAsNumber(YourTextField); Int(T/60) & ":" & Right("00" & Mod(T; 60); 2) ) However if you would like the hours and minutes returned as a standard FileMaker time value, then I'd suggest that you format the calc to return its result as Time and simply use: GetAsNumber(YourTextField) Regards, Ray ---------------------------------------------------------- R J Cologon, Ph.D., Associate, FileMaker Solutions Alliance FileMaker 7 Certified Developer NightWing Enterprises, Melbourne, Australia Email: CobaltSky-LyJzW+n/MtHP+dxuUfoltA@xxxxxxxxxxxxxxxx http://www.nightwing.com.au/FileMaker ---------------------------------------------------------- On 31/03/2005, at 10:33 PM, Simon Manning wrote:
-- To unsubscribe: send an email to <fmpexperts-off-YhOVfwX2n+1GPrOSNmeGdnHfP1ztnLDb@xxxxxxxxxxxxxxxx> FMPexperts is hosted by Ironclad Networks <http://www.ironclad.net.au/>
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Conversion Algorithm for text into hours & minutes, Rod McDevitt |
|---|---|
| Next by Date: | Re: Conversion Algorithm for text into hours & minutes, Harry Catharell |
| Previous by Thread: | Re: Conversion Algorithm for text into hours & minutes, Simon Manning |
| Next by Thread: | Re: Conversion Algorithm for text into hours & minutes, Harry Catharell |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |