Jump to content

Recommended Posts

Posted

FileOpen($Pagename, & $Mik3, & ".html", 1)

$pagename; the name of the file
$Mik3; the number of the file

the made file should lock like this: pagename(count).html

but i got a error in exprression massage when running the script

Posted

FileOpen($Pagename, & $Mik3, & ".html", 1)

$pagename; the name of the file
$Mik3; the number of the file

the made file should lock like this: pagename(count).html

but i got a error in exprression massage when running the script

<{POST_SNAPBACK}>

Remove the comma after $Pagename and after $Mik3

FileOpen($Pagename & $Mik3 & ".html", 1)

[size="1"][font="Arial"].[u].[/u][/font][/size]

Posted

Remove the comma after $Pagename and after $Mik3

FileOpen($Pagename & $Mik3 & ".html", 1)

<{POST_SNAPBACK}>

oh im sorry i misunderstod the help file, but yer now it works. whell im just being tired so its kind of hard to keeb an eye on ewey thing in my rather large script.

thank you for your quick answer.. :(

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...