Gossamer Forum
Home : Products : DBMan : Discussions :

Ű_def problems

Quote Reply
Ű_def problems
Could anyone tell me where are the syntax error in this variable?
%db_def = (
ID => [0, 'numer', 5, 8, 1, '', ''],
Pseudo => [1, 'alpha', 0, 30, 1, '', ''],
Nom => [2, 'alpha', 40, 255, 1, '', ''],
Prénom => [3, 'alpha', 40, 255, 1, '', ''],
Age => [4, 'numer', 0, 4, 1, '', ''],
ICQ => [5, 'numer', 5, 8, 1, '', ''],
Clan => [6, 'alpha', 0, 60, 1, '', ''],
Région => [7, 'alpha', 12, 15, 1, '', ''],
Site_web => [8, 'alpha', 40, 255, 1, 'http://', '^http://'],
Description => [9, 'alpha', '40x3', 500, 1, '', ''],
Jeux => [10, 'alpha', '40x3', 500, 1, '', ''],

);


Excuse my english, I'm from Switzerland, thank you for your advices!

Subject Author Views Date
Thread Ű_def problems SOP 2518 Aug 12, 2000, 7:56 AM
Post Re: Ű_def problems
LoisC 2439 Aug 12, 2000, 8:22 AM
Post Re: Ű_def problems
vampy 2439 Aug 12, 2000, 9:07 AM