Jump to content

This topic is 7711 days old. Please don't post here. Open a new topic instead.

Recommended Posts

This examples show how to perform some math operations(without scripts) on multi line(or multi word) text fields.

Given multi line text fields A and B with A={Aword1 ,Aword2 ,...AwordN } B= {Bword1 ,Bword2 ,...BwordM }

1) Addition is defined (my definition ,of course) as

1.1)N>=M

A+B= {Aword1 &" " & Bword1, Aword1 &" " & Bword2 ,...AwordM & " " & BwordM, AwordM+1,... AwordN }

1.2)N<M

A+B= {Aword1 &" " & Bword1, Aword1 &" " & Bword2 ,...AwordN & " " & BwordN, BwordN+1,... BwordM }

2)Multiplication is defined (my definition ,of course) as

AB={Aword1 &" " & Bword1, Aword1 &" " & Bword2,.. Aword1 &" " & BwordM,.... AwordN &" " & Bword1,... AwordN &" " & BwordM}

Dj

crazy.gif

MathWithText.zip

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.