Continuation sections not working with variable assignments

Get help with using AutoHotkey (v2 or newer) and its commands and hotkeys
Ciceroids
Posts: 11
Joined: 16 Apr 2016, 11:57

Continuation sections not working with variable assignments

30 Aug 2016, 10:38

The example of using parentheses to mark a continuation section in the V2 CHM file is along the lines of:

var =
(
First line of text
Second line of text
)

Probably due to the removal of simple "=" as an assignment operator, the above example now returns the error that this is a call to a non-existent function. Using ":=" instead does not solve this. Is there a way of achieving the desired result?
guest3456
Posts: 3463
Joined: 09 Oct 2013, 10:31

Re: Continuation sections not working with variable assignments

30 Aug 2016, 12:04

its the same as if there was no continuation section

this makes no sense:

Code: Select all

;would you replace this
var = one line of text

; with this?
var := one line of text

; of course not
you might want to re-read this:
https://autohotkey.com/docs/Variables.htm


Return to “Ask for Help (v2)”

Who is online

Users browsing this forum: tranht17 and 56 guests