PDA

View Full Version : edit files via visual build


morlajb
11-27-2005, 07:03 AM
Hi

I have a complex project (about 200 steps) , I need to read the number from a file , increase it and save it as a MACRO for future use. I have a problem because "0001" become 2 and NOT "0002".

I am really new her , How can I do I ???

Thanks , Mor

kevina
11-28-2005, 08:56 AM
The simplest way would be to use the system script function: vbld_PadLeft.

Attached is a sample bld file that demonstrates using it.

morlajb
11-29-2005, 06:17 AM
Hi

Thanks for the quick response , It's working ....

Thanks again , Mor