hi guys,
i want to find all the constants used in all the development objects in my project. How can i achieve this?
the constants i'm talking about is something like :
assign component 'TRACK_ID' from xxxx into xxx.
the 'TRACK_ID' , this kind of code is the one i want to find,
assign component ABCD=>TRACK_ID from xxx into xxx.
ABCD=>TRACK_ID is ok for me, i dont need to include these.
is there any convenient way to find all these lines of code?
Regards,
Aaron.