Hi! I am trying to break down the following:
printf("numsteps=%d i=%d im=%g vfr=%g \n",numsteps,i,imeas,vforce); into "numsteps= numsteps i=i im=imeas vfr=vforce \n" printf ("\noriginal cap = %g, offset = %g", *ci, cap_offset); into "\noriginal cap = ci, offset = cap_offset"; I am wanting to improve my limited regex skills. Is the above possible or is there a better way with one method? Thanks, Jerry
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]