---
title: "Microsoft VBScript compilation error '800a03ee'"
type: "forum-thread"
url: "https://www.webforum.nu/amne/asp/182141-microsoft-vbscript-compilation-error-800a03ee"
topic: "ASP"
topic_url: "https://www.webforum.nu/amne/asp"
author: "magnusfeldth"
published: "2010-01-24T15:56:10.000Z"
updated: "2010-01-24T16:28:52.000Z"
replies: 2
views: 577
page: 1
pages: 1
language: "sv-SE"
site: "webForum — webforum.nu"
rights: "Upphovsrätten till varje inlägg tillhör dess författare."
attribution: "Citera som: webForum, https://www.webforum.nu/amne/asp/182141-microsoft-vbscript-compilation-error-800a03ee"
---

# Microsoft VBScript compilation error '800a03ee'

## #1 — magnusfeldth, 2010-01-24T15:56Z

Får nu plötsligt denna felkod. Kan inte se vad felet skall vara. Kan nån annan det?

```
Microsoft VBScript compilation  error '800a03ee'

Expected ')'

/beta/text.asp, line 85

strString = Reggex(strString, "\[img\](.*?)\[\/img\]", "<img src="images/textbilder/"$1"" alt="""" />")
```

Hilfe!

Permalänk: https://www.webforum.nu/p/182141

## #2 — Ledel, 2010-01-24T16:17Z

Du måste ha dubbla " runt ditt src-attribut:

strString = Reggex(strString, "\\\[img\\\](.\*?)\\\[\\/img\\\]", "\<img src=""images/textbilder/$1"" alt="""" /\>")

Permalänk: https://www.webforum.nu/p/2223957

## #3 — magnusfeldth, 2010-01-24T16:28Z

Tackar!

Permalänk: https://www.webforum.nu/p/2223958

---

Tråden på webben: https://www.webforum.nu/amne/asp/182141-microsoft-vbscript-compilation-error-800a03ee
