Hello Everyone,
I would like to display @ symbol on the iso using any UDA through text positions.
But when we do that, @ symbol getting replaced automatically with space.
If anyone knows how to achieve this, please let me know.
Thanks.
Hello Everyone,
I would like to display @ symbol on the iso using any UDA through text positions.
But when we do that, @ symbol getting replaced automatically with space.
If anyone knows how to achieve this, please let me know.
Thanks.
Thanks Emmanuel Desiderio , but the solution provided in that article is not working.
Sorry about that, I have not tried this yesterday.
Where in the isometric drawing you want to display the @ Symbol?
Maybe you can put the @ symbol on the backing sheet if the symbol is fixed on the paper.
We are actually trying to display email id in the title block and the email id's will keep on changing.
we are using a UDA to store the email id and trying to print it using text position.
Does the domain name (the text after the @ symbol) is not fixed?
If it is fixed and if the email id is aligned to its right side, then maybe putting the @ symbol and the domain name on the backing sheet will be OK.
You will need to apply a substring function on the UDA value to get the text on the left of the @ symbol.
However I am not sure how to make X position of the UDA textposition to adjust perfectly based on the number of characters.
Ok Thanks Emmanuel Desiderio