Part custom property into drawing macro

While in a drawing, using a macro, I would like to pullinformation from two custom properties in the associated part.

I would also like to concatenate these two properties into onevariable.

I don't have a clue how to do it....

I would really appreciate any help

Monty

PS I think I have the concatenation figured out:

Pizza = "fun"
Pizza2 = "and games"
pizza3 = Pizza & Pizza2


Thanks

SolidworksApi macros