I get the title prompt with answer too, without any workaround.

But talking about that for a moment, it would need to be this:

on mouseUp

local pp,myPath

put "I m the missing prompt" into pp

answer file pp with myPath titled pp

end mouseUp


In LiveCode 8 you can’t get away with:

put "I m the missing prompt" into pp


> On Apr 24, 2017, at 1:12 PM, hh via use-livecode 
> <use-livecode@lists.runrev.com> wrote:
> 
> It's the answer file only, not the ask file:
> 
> The following workaround is from a bug report, I can't
> remember the number and who found it (not me, at any rate).
> 
> put "I m the missing prompt" into pp
> answer file pp with myPath titled pp
> 
> 

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to