In this case DWS leaves all the work to Delphi. Delphi
analyzes the two operands of '+'. If one of it is numeric it
tries to convert the other one to a numeric value too. It
is not my way of decision for adding/concatenating
variant-values, but should we do a reimplementation of the
Delphi-default-variant-handling? I don't know ...
ALu
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=382292
In this case DWS leaves all the work to Delphi. Delphi
analyzes the two operands of '+'. If one of it is numeric it
tries to convert the other one to a numeric value too. It
is not my way of decision for adding/concatenating
variant-values, but should we do a reimplementation of the
Delphi-default-variant-handling? I don't know ...
ALu