“Sir” is fine.

I’m afraid that I don’t understand what you mean by “keyword”.  And it gets 
even less clear what is meant by 
“file name in which the keyword are stored”.  Are you thinking, perhaps, about 
PASSwords?

If so, what I have done is simply create a string of characters – upper- and 
lower-case alphabetic characters, numerals, and special characters - then 
generate a sequence of random integers (as many as the number of characters you 
want in the password), then use each random integer as an index into your 
character string.  As long as the generated password is not too short, it will 
always be rated “very strong”.

I suspect that I am not answering the question which you intended.

Good luck Manav.

CSS

From: Manav Nisar via fpc-other 
Sent: Sunday, June 13, 2021 8:33 AM
To: fpc-devel-requ...@lists.freepascal.org ; fpc-other@lists.freepascal.org 
Cc: Manav Nisar 
Subject: [fpc-other] Fwd: Need to create new keyword




---------- Forwarded message ---------
From: Manav Nisar <ravigeneralstoreswhats...@gmail.com>
Date: Thu, Jun 10, 2021 at 6:52 PM
Subject: Need to create new keyword
To: <fpc-devel-requ...@lists.freepascal.org>




Sir / Madam Whom so ever concern  

Could you please show me the way to create a new keyword in the free pascal 
v3.2.2

and please let me know if i can do it or not 

and please give the file name in which the keyword are stored 

waiting for your reply 

Thanks and Regards

Ravi


--------------------------------------------------------------------------------
_______________________________________________
fpc-other maillist  -  fpc-other@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-other
_______________________________________________
fpc-other maillist  -  fpc-other@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-other

Reply via email to