Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
String width of a string
Name: MedianHansen Date: October 6, 2008 at 10:48:25 Pacific OS: Windows Vista CPU/Ram: pentium 2.7 Dual core, 20 Product: i've build it myself
Comment:
Hi... i have just started programming in flash, using action script as far as i know... theproblem is because i am very new to this langauge, there's a lot of commands i don't know... What i'm basically trying to do, is finding the width of any given string, in pixels, is there any commands to do this, or will i have to work out some kind of engine to do this?
Summary: I need to figure out how to find the end of a string so I can put a null character '\0' at the end. For example I have this variable: char phrase[100]; A person enters the phrase: "Hi Mom!" Thats se...
Summary: Hello, Long time reader, first time poster. I'm trying to search through a text file in a batch file to find the last instance of a string and then gather some data from the lines following it. I'm lo...
Summary: I need to append a fixed text string to the beginning of each line of a text file like this. The first file is a dir list of filenames generated with dir /a:-d/b/o:n>list.txt I then want to add www.my...