You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The renaming of variables is currently implementend by using the str.replace methode. The following Problem can occure:
If you have the variables var_1 and var_10 and want to rename var_1 to var_a then the variable var_10 will be renamed to var_a0.
The text was updated successfully, but these errors were encountered:
The renaming of variables is currently implementend by using the str.replace methode. The following Problem can occure:
If you have the variables
var_1
andvar_10
and want to renamevar_1
tovar_a
then the variablevar_10
will be renamed tovar_a0
.The text was updated successfully, but these errors were encountered: