• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

No blanks in user variables possible? FM2017, Version 14.0.0.361.

New Here ,
Mar 14, 2017 Mar 14, 2017

Copy link to clipboard

Copied

Dear all,

Blanks at the beginning or ending of user variables seem not to be possible any longer.

They are removed automatically.

Character sets like "\sm" do not work either.

Does anybody have a clue?

Views

169

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Advisor , Mar 14, 2017 Mar 14, 2017

Karl,

    There is a workaround. You can assign a character format to all or part of a variable definition by putting the character tag in angle brackets where you want to apply it. You can undo the effect of that tag with </>.

    Suppose you want to define a variable to be an asterisk surrounded by spaces. Define a new character format called DoNothing that sets no properties. (It may be helpful to set all fields in the character designer to As Is with the Shift-F8 shortcut). Then define the var

...

Votes

Translate

Translate
Advisor ,
Mar 14, 2017 Mar 14, 2017

Copy link to clipboard

Copied

Karl,

    There is a workaround. You can assign a character format to all or part of a variable definition by putting the character tag in angle brackets where you want to apply it. You can undo the effect of that tag with </>.

    Suppose you want to define a variable to be an asterisk surrounded by spaces. Define a new character format called DoNothing that sets no properties. (It may be helpful to set all fields in the character designer to As Is with the Shift-F8 shortcut). Then define the variable to be:

           <DoNothing> * </DoNothing>

--Lynne

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 14, 2017 Mar 14, 2017

Copy link to clipboard

Copied

LATEST

Hi Lynne,

Your solution works fine. Thanks a lot!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines