Search found 1 match

by michaelrezendes
Thu Jul 25, 2024 5:33 am
Forum: Talking LiveCode
Topic: Could anyone help?
Replies: 5
Views: 6685

Could anyone help?

Good morning, I’m a college student struggling with Arrays in LiveCode. The code is as follows

global gDictionary

on mouseUp

answer “would you like to open a dictionary?” with “Yes” and “Cancel”

if it is “Yes” then

answer file “select a file”

put URL “file: & theFilePath” into gDictionary ...