|
Last change
on this file since 542 was
530,
checked in by sommeria, 13 years ago
|
|
new conventions for find_field_cells .
|
|
File size:
388 bytes
|
| Line | |
|---|
| 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 | % |
|---|
| 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.