Bug SS-4624
1 vote

strrep() should evaluate arguments before complaining about wrong type

Created by Martin Kraska on 11/22/2019 10:48 AM Last Updated by smath on 11/26/2019 6:00 PM
%
 (hrs)
Logged: 0   (hrs)

 Description

In the example below strrep() complains that the arguments should be strings. If the definition of sol is wrapped in eval(), then it works.

strrep should be smart enough to evaluate it's arguments before type checking.

 

    smath (Tuesday, November 26, 2019 6:00 PM) #

Thank you!

Working on it right now.