Skip to main content
Question

Open Text Editor or Open Arithmetic Editor => Open Editor

  • March 12, 2025
  • 2 replies
  • 40 views

dudo01
Contributor
Forum|alt.badge.img+12

Is it possible to create a unified editor for both text and arithmetic?

It would simplify the process of assigning variables to text rules or mathematical calculations, visible in a function dropdown box.

For example: A rule definition can begin with a codeword, like Calc(....), to be processed as arithmetic or recognized by AI?

2 replies

geomancer
Evangelist
Forum|alt.badge.img+59
  • Evangelist
  • March 12, 2025

Such a codeword already exists: @Evaluate()

Entering 1+1 in the Text Editor will result in the string 1+1

Entering @Evaluate(1+1) in the Text Editor will result in the number 2

(and FME will automatically switch to the Arithmatic Editor)

 


dudo01
Contributor
Forum|alt.badge.img+12
  • Author
  • Contributor
  • March 12, 2025

Thanks for the answer. 👍

Hope that Dropbox box in attributes can show only one function: Open Editor in FME Form.