# Newbie Function problem

**URL:** https://forum.kirupa.com/t/newbie-function-problem/114873
**Category:** Uncategorized
**Created:** [July 2, 2004, 4:38pm UTC](https://forum.kirupa.com/t/newbie-function-problem/114873 "2004-07-02T16:38:38Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![keljnr](https://avatars.discourse-cdn.com/v4/letter/k/e8c25b/32.png) [@keljnr](https://forum.kirupa.com/u/keljnr)
#### Post date: [July 2, 2004, 4:38pm UTC](https://forum.kirupa.com/t/newbie-function-problem/114873/1 "2004-07-02T16:38:38Z")

</div>

I am quite new too all this flash stuff, and just got a book on Flash Actionscripting.

When i type in the following source code, the book says that the message “Hi there!” should appear in my output box, which it doesnt.

function sayHi () {  
trace(“Hi there!”);  
}

What is it im doing wrong??

Cheers
