Lars Hvam

Results 1027 comments of Lars Hvam

![image](https://user-images.githubusercontent.com/5888506/153893378-65024049-69c7-43cc-bae9-1f73fc2a0d28.png)

``` it.only("simple ampersand concat", async () => { const code = ` DATA lv_value TYPE string. lv_value = 'foo' & 'bar'. ASSERT lv_value = 'foobar'.`; const js = await run(code);...

focusing on getting unit tests running not sure how/if to handle selection screens in PROGs

yea 👍 pull requests welcome

https://github.com/abaplint/transpiler/pull/958 merged

probably the read table, `ints[ sy-tabix + 1 ]` which changes tabix workaround: try moving sy-tabix to a temporary variable

also, there is a folder with the downported ABAP code, can you paste it here?

For the top test case, I dont think there is any difference, as the source and target types are the same, so CASTING is not needed? some CASTING implemented in...

https://github.com/abaplint/transpiler/pull/747/commits/bb3c1e74f157f3bc26526d24e2a888c5e6d51b57 fixes when using hex values wrongly

Hi, yea, I agree, documentation is missing 😄 currently its easiest to take a look at some examples: https://github.com/larshp/abap-advent-2020 https://github.com/abapGit/abapGit https://github.com/open-abap/open-abap