Referencing Livecode

David V Glasgow dvglasgow at gmail.com
Thu Jun 16 09:31:20 EDT 2022


Hi Folks,

I am writing a paper for publication (I hope) describing analysis of internet predator messages achieved using Livecode.

I want to reference LC but I am not sure if there is a standard form or URL for doing this.  If not I am inclined to use https://en.wikipedia.org/wiki/LiveCode 

Any alternative suggestions?

David Glasgow

PS Also, while trying to find a suitable URL I came across the ‘Cheat Sheets’ page and PDFs, and stumbled on a couple of errors in the just LC one… not sure who to alert.

// String

"foo" & "bar" is "foobar" "foo" && "bar" is "foo bar" "str" begins with "st"
"str" ends with "g"

// Chunks

char 5 of "str" is "n"


More information about the use-livecode mailing list