PDA

View Full Version : function growText


Sara Fox
03-06-2008, 07:52 AM
just a quick question

I typed growText...

but one line in it... I am not sure if I typed right

var (s=getFontSize("id")

Thanks.

Kor
03-06-2008, 10:47 AM
You typed what? Where? What is all about?

Basscyst
03-07-2008, 07:20 PM
ROFL, Kor. Need more info.

Sara Fox
05-02-2008, 07:15 AM
Never mind... got it solved.

It just need to add letter "f" to it then my code works-

var (fs=getFontSize("id")...

anyway...

Kor
05-02-2008, 08:09 PM
Never mind... got it solved.

It just need to add letter "f" to it then my code works-

var (fs=getFontSize("id")...

anyway...
That's great :D For a moment I thought nobody in this Universe will be able to understand and solve it... :rolleyes:

liorean
05-02-2008, 10:59 PM
var (fs=getFontSize("id")... Funny, anything even similar gives an "identifier missing" syntax error to me...

abduraooft
05-03-2008, 09:38 AM
Funny, anything even similar gives an "identifier missing" syntax error to me...
liorean, I think you need to learn more on javascript (assuming it's javascript since it's posted here) :D

liorean
05-03-2008, 12:47 PM
liorean, I think you need to learn more on javascript (assuming it's javascript since it's posted here) :DI'm always interested in learning more :) Especially since there's a lot to learn in JavaScript right now, what with ECMAScript 4 being on the horizon.