fixate_field_string
Description:
public bool fixate_field_string (
string field_name,
string target)
Fixates a Structure by changing the given field_name field to the
given target string if that field is not fixed yet.
Parameters:
| this |
a Structure
|
| field_name |
a field in this
|
| target |
the target value of the fixation
|
Returns:
|
true if the structure could be fixated
|