In Specman I can convert a variable to a string using either:
x.to_string();
or
x.as_a(string);
Is there any difference between the two? If not, why does Specman provide both?
|
|
In Specman I can convert a variable to a string using either:
or
Is there any difference between the two? If not, why does Specman provide both?
|
|||
|
|
|
|
These are few examples from the docs
UPDATE:using
This will print something like this:
This is because |
||||||||||
|