Spaces in variables

We are working on moving from LL 18 to 27. We have many LL forms. In version 18 the variables we created for selection in the list and label form allowed spaces. Sometime after version 18, that changed. Is there an easy fix or something that can be done besides modifying 100’s of forms?
Thanks for any direction!
Henry

You can try to set LL_OPTION_COMPAT_ALLOW_INVALID_CHARS_IN_SINGLEFIELDFORMULA (value 319) to 1. In .NET:

LL.Core.LlSetOption(319,1);

That should help.

Jochen,
I believe that did it! Thanks so much for the response!!
Henry

1 Like