Project

General

Profile

Actions

Bug #157

closed

In to contains refactor option breaks insert command

Added by Wil van Antwerpen over 6 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Start date:
07/09/2019
Due date:
% Done:

0%

Estimated time:

Description

Reported on behalf of Jose.

I have tried IN -> Contains function on our biggest project and it doesn't compile after that. Reason is that we have Insert command on it.

Suppose something like this:

string city

move "Niagara, NY" to city
insert " Falls" in city at 8

It gets refactored to:

string city

move "Niagara, NY" to city
insert (city contains " Falls") at 8

See also:
https://support.dataaccess.com/Forums/showthread.php?64596-DFRefactor-3-1-0-IN-gt-Contains-function-broke-Insert-command

Actions

Also available in: Atom PDF