Home > Back-end >  Help from PASCAL based code
Help from PASCAL based code

Time:10-27

Function in
Const
Hints: array [13] 0.. of String=
(' 1 ',
'2',
'3',
'4',
'5');
The begin

end;

CodePudding user response:

Const char * Hints="12345";

CodePudding user response:

 const char Hints [14]="12345"; 

CodePudding user response:

Support, come on the building

CodePudding user response:

 

Const char Hints [14]={' 1 ', '2', '3', '4', '5'};//

CodePudding user response:

The
refer to the original poster haostrange response:
function in
Const
Hints: array [13] 0.. of String=
(' 1 ',
'2',
'3',
'4',
'5');
The begin

end;

The building Lord, are you sure you PASCAL code is right? Hints are defined as 14 elements, but is only five, in brackets,
  • Related