Forum: Delphi
Nov 16th, 2006, 1:35 PM
|
|
Replies: 1
Views: 255
ok so i resovled it this way,
var
s:...
ok so i resovled it this way,
var
s: string;
begin
s := 'first string { second string : 43 ; third string :98 ; }' ;
Delete(s, 1, Pos('{', s));
Delete(s, Pos('}', s), MaxInt);
...
|
Forum: Delphi
Nov 15th, 2006, 12:37 PM
|
|
Replies: 1
Views: 255
delphi text reading .....
hi everyone , i have a very very big problem for me in delphi , and i'd be happy if u can help me resolve it .
so I have this text file
first string
* second string : 43 ;
third string :98 ;
*
|
Forum: Other Web Development Languages
Oct 28th, 2006, 4:37 PM
|
|
Replies: 3
Views: 174
looking for php, java scripts ,.........
hi i'm about to start to collect a lot of scripts and source codes which can help me sometimes in the future , i think every programmer have som scripts and sources in his computer , so i would be...
|
Forum: PHP
Oct 26th, 2006, 12:14 PM
|
|
Replies: 3
Views: 133
|
Forum: PHP
Oct 26th, 2006, 11:55 AM
|
|
Replies: 3
Views: 133
php registration
hi i'm beginner with php but now i have to learn how to make a website where people will be able to register and to have an access to some pages only when they are logged in , i know that i ought to...
|