pixi Posted March 20, 2008 Share Posted March 20, 2008 (edited) hello i have a question, its simple but i dont know how to do it :-) if i want to do a msgbox with the actual time "21-57-23" how th writh it for exampel in a msgbox?? msgbox (4096,@hour"-"@min"-"@sec) Thanks Andreas Edited March 20, 2008 by pixi Link to comment Share on other sites More sharing options...
ReaImDown Posted March 20, 2008 Share Posted March 20, 2008 (edited) hello i have a question, its simple but i dont know how to do it :-)if i want to do a msgbox with the actual time "21-57-23"how th writh it for exampel in a msgbox??msgbox (4096,@hour"-"@min"-"@sec)Thanks Andreasmsgbox (4096,"",@hour&"-"&@min&"-"&@sec) Edited March 20, 2008 by ReaImDown [u][font="Century Gothic"]~я α и d γ ĵ . ċ . ѕ қ ϊ и и ε я~- My Programs -auto shutdownSleep funcdisallow programs[/font][/u] Link to comment Share on other sites More sharing options...
Valuater Posted March 20, 2008 Share Posted March 20, 2008 MsgBox(4096, "Time", @HOUR & "-" & @MIN & "-" & @SEC) 8) Link to comment Share on other sites More sharing options...
pixi Posted March 20, 2008 Author Share Posted March 20, 2008 ok thanks for a fast replay Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now