View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006340 | JEDI VCL | 00 JVCL Components | public | 2014-10-14 23:05 | 2020-05-19 09:51 |
Reporter | michel_fmarques | Assigned To | obones | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | suspended | ||
Product Version | 3.47 | ||||
Target Version | Fixed in Version | ||||
Summary | 0006340: jvInterpreterProgram - Function not return Args values | ||||
Description | I'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? | ||||
Tags | No tags attached. | ||||
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 |