View Issue Details

IDProjectCategoryView StatusLast Update
0006340JEDI VCL00 JVCL Componentspublic2020-05-19 09:51
Reportermichel_fmarquesAssigned Toobones 
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionsuspended 
Product Version3.47 
Target VersionFixed in Version 
Summary0006340: jvInterpreterProgram - Function not return Args values
DescriptionI'm using the jvInterpreterProgram and I have the problema below.

program Teste;
var
  I: Integer;
begin
  readln(I);
  writeln('Number is ', I);
end;

I created the functions to Readln and Writeln, and both is ok. But, var I in Readln not return the Arg value to Writeln.

procedure jvReadln(var Value: Variant; Args: TJvInterpreterArgs);
var
  vInt: Integer;
begin
  Readln(vInt);
  Args.Values[0] := vInt;
end;

Do you help me?
TagsNo tags attached.

Activities

obones

2014-12-04 16:24

administrator   ~0021091

Please provide the zipped sources of a sample application showing this

obones

2020-05-19 09:51

administrator   ~0021888

No reply in a timely manner, suspending the issue

Issue History

Date Modified Username Field Change
2014-10-14 23:05 michel_fmarques New Issue
2014-12-04 16:24 obones Note Added: 0021091
2014-12-04 16:24 obones Status new => feedback
2020-05-19 09:51 obones Assigned To => obones
2020-05-19 09:51 obones Status feedback => resolved
2020-05-19 09:51 obones Resolution open => suspended
2020-05-19 09:51 obones Note Added: 0021888