Hi,

SScanf('123: aaa :456','%d: %s :%d',[EMAIL PROTECTED],@string1,@integer2]);

In this situation string1 is aaa. It is correct.

SScanf('123: bbb aaa :456','%d: %s :%d',[EMAIL PROTECTED],@string1,@integer2]);

In this situation string1 is bbb. But I need the whole string(bbb aaa). And I don't know how many piece contain the string. In example: 'Mr. aaa bbb' or 'Mr. aaa von bbb'. Can SScanf return the whole string?

Gabor

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to