I would like to have in an inteligent text the sheet-title in one line:
stile 'xx #/ yy'
inteligent text '#STITLE(P#/:1) (c:-2) - #STITLE(P#/:1) (c2:)'
This inteligent text doesn't work because the syntax and because it doesn't like special characters like '#/'.
I don't want this inteligent text which would work only on this exemple '#STITLE(c:3) - #STITLE(c7:)'
I would like to understand how to set-up the inteligent text for have a part until a certain number of character before the last one.
Somebody can help?
Pipe name /10-0024-LWL-PP15
To get 4 parts of Pipe names
#PIPE(P-:1)(C2:) #PIPE(P-1:2)(C2:) #PIPE(P-2:3)(C2:) #PIPE(P-3:)(C2:)
There are 2 ways to trim attributes down to show just what you want
(C2 :) (P/1 :)
C is characters
P is parameters
Thanks Deva but it is not the answer that I am expecting and it is not corresponding to my example ([COLOR=#333333]'xx #/ yy'[/COLOR]).
C is for characters I know, but what I would like to know is how to obtain all characters of the first part ('xx' in my example, but it could be more or less characters) except the 2 last ones (' #').
I taken a TEXP For your Problem and given Btext as Btext '#NAME(C2:)'
Now it will appear as xx
yy on TEXP
Btext '#NAME(C2:3)' Will give first two characters
Thanks Deva, but still:
xx is an example with 2 characters, but it could be more or less. If it is more or less your code will return 2 characters only in any case.
What I would like it is a code which would return all of the characters (whatever the number of characters) except the 2 last ones.
I am not sure if a kind of code like this exist?