System.entrydialog() Live Prototype Incorrect


Recommended Posts

The live mini-help that pops up when you enter functions, with a prototype and sample, is incorrect for System.EntryDialog(). The argument order as documented is

Prompt, [RangeMax], [RangeMin], [DefaultValue], [HelpFile]

and the function actually uses:

Prompt, [RangeMin], [RangeMax], [DefaultValue], [HelpFile]

I use that function all the time. I have no idea how I managed not to notice that till now.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.