Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
The subject says it all.
this means I'm doing this:
if (form == null || form.Name == null) continue;
which seems very hacky.
I'd rather do:
if (form == null ) continue;
Comment author was deleted
Agreed, should return null if form doesn't exist, will add this to our issue tracker
Thanks for reporting!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
formStorage.GetForm("non-existant-guid") != null; //why?
The subject says it all.
this means I'm doing this:
if (form == null || form.Name == null) continue;
which seems very hacky.
I'd rather do:
if (form == null ) continue;
Comment author was deleted
Agreed, should return null if form doesn't exist, will add this to our issue tracker
Thanks for reporting!
is working on a reply...