Last change
on this file since 542 was
530,
checked in by sommeria, 12 years ago
|
new conventions for find_field_cells .
|
File size:
388 bytes
|
Rev | Line | |
---|
[530] | 1 | %'displ_uvmat': display a message using msgbox_uvmat or on the log file in batch mode |
---|
| 2 | %-------------------------------------------------------------------------- |
---|
| 3 | % function displ_uvmat(title,display_str,Position) |
---|
| 4 | % |
---|
[473] | 5 | function displ_uvmat(title,display_str,Position) |
---|
| 6 | if isequal(Position,0) |
---|
| 7 | display([title ': ' display_str]) |
---|
| 8 | else |
---|
| 9 | msgbox_uvmat(title,display_str,'',Position) |
---|
| 10 | end |
---|
| 11 | |
---|
Note: See
TracBrowser
for help on using the repository browser.