datkewlguy Posted March 4, 2005 Posted March 4, 2005 anyway to use fileread and have the character be say 3, and just return the 3rd character without the others before it?
killaz219 Posted March 4, 2005 Posted March 4, 2005 (edited) anyway to use fileread and have the character be say 3, and just return the 3rd character without the others before it?<{POST_SNAPBACK}>$char = StringMid(FileRead($file, FileGetSize($file)), 3, 1)just change $file to the file and you can change the 3 to whatever you want Edited March 4, 2005 by killaz219
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