Jump to content

writing to a file...


Recommended Posts

first off, i have the file in question attached.

ok, so here we go. I am trying to get "actions" in a phpbb MOD to write right :whistle:

it always only writes on one line. here is what i use to write the actions (with the insignificantparts taken out):

$actions = ""
    $actionInputText = "# " & @CRLF & "#-----[ " & $action & " ]------------------------------------------" & @CRLF & "# " & @CRLF
    $textInput = GUICtrlCreateInput ( $actionInputText, 10, 10, 107, 175)
$actions = $actions & "# " & @CRLF & "#-----[ " & $action & " ]------------------------------------------" & @CRLF & "# " & @CRLF & $text & @CRLF
    FileWriteLine ( $mod, $actions )
Edited by theguy0000

The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN

Link to comment
Share on other sites

38 views and still no one's helping me? and 4 downloads?

please tell me what to do! i really want this to work!

Edited by theguy0000

The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...