[fpc-pascal] Un/De-Format function still exists?

2008-11-25 Thread Gabor Boros
Hi, Result of Format('abc: %d def: %d',[1,2]) is 'abc: 1 def: 20'. It's ok , but I want to do this thing from the other direction. I want to know the integers only and the strings ('abc') not the same in every line in a text file. Is a function/procedure still exists in FPC or Lazarus for this

Re: [fpc-pascal] Un/De-Format function still exists?

2008-11-25 Thread JoshyFun
Hello Gabor, Tuesday, November 25, 2008, 1:13:09 PM, you wrote: GB Result of Format('abc: %d def: %d',[1,2]) is 'abc: 1 def: 20'. GB It's ok , but I want to do this thing from the other direction. GB I want to know the integers only and the strings ('abc') not the same in GB every line in a text

Re: [fpc-pascal] Un/De-Format function still exists?

2008-11-25 Thread Gabor Boros
Thank you! Gabor JoshyFun írta: Look for SScanf function, maybe it will fit your needs. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal