strrep vs. strreplace

  • March 7, 2010
  • 0 Comments

In Ax the name of Methods are sometimes (by my opinion) not so clear chosen. For example, when I try to replace a string in ax by typing strrep(..) instead of strreplace(..).
strrep –> repeat a certain string for X times.
strreplace –> replace a certain string.

So please chose clear names for your methods…