Hi,
Sorry I have just realised how rushed and rude my first comment was.
It is an ArchiCAD 16 Label
Basically I have used the following command in the master script
pc=REQUEST ("ASSOCLP_PARVALUE", "pcolour", nameind_pc, type_pc, flag_pc, dim1_pc, dim2_pc, val_pc)
Now what I want to use in the 2D script is the 'val_pc'
In the object I want to label I have the parameter 'pcolour' with the values (val_pc)
01 Black Caviar
02 Highlander
03 Jurassic Park
......
18 Vivid White
I want to know how to translate this into text to use in a text2 command.
Then I want to split the text so I only see the number (eg, '01')
Im guessing I use the STW then SPLIT commands, but my puny brain cant work it out.
Tom