jjj Posted May 19, 2006 Posted May 19, 2006 (edited) EDIT: I got it to work, sorry about the post!!! I am trying to put a colon in a string, but it keeps saying cannont parse string. I know there is a way to do this, but i cant find it in the help file: $filetime = $filetimearray[0] & "/" & $filetimearray[1] & "/" & $filetimearray[2] & " " & $filetimearray[3] & ":" & $filetimearray[4] & ":" & $filetimearray[5] I have tried to use asc("58") but that doesnt work either. Thanks in advance! Edited June 15, 2006 by jjj
Xenobiologist Posted May 19, 2006 Posted May 19, 2006 Hi, works. Dim $filetimearray[6]= ['0','1','2','3','4','5'] $filetime = $filetimearray[0] & "/" & $filetimearray[1] & "/" & $filetimearray[2] & " " & $filetimearray[3] & ":" & $filetimearray[4] & ":" & $filetimearray[5] MsgBox(0,"", $filetime) So long, Mega Scripts & functions Organize Includes Let Scite organize the include files Yahtzee The game "Yahtzee" (Kniffel, DiceLion) LoginWrapper Secure scripts by adding a query (authentication) _RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...) Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc. MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times
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