Posts by Mano • 41 points
3 posts
-
0
votes3
answers920
viewsQ: Scroll through all json nodes
I have the following Json file. {"symbol":"KYCT","status":"ACTIVE"},{"symbol":"UNDA","status":"ACTIVE"}, {"symbol":"QUIA","status":"ACTIVE"} I have the following reading routine that loads this file…
-
0
votes1
answer41
viewsQ: Run Thread Serialized
I have the following question: 1 - I have a routine that runs through a database, which has file information you need without writing, may have up to 100 records. 2 - The application needs to go…
-
3
votes2
answers79
viewsQ: Concatenate Matrix x Vectors
I have the following values in a Stringlist : 1111,2222 3333,4444 I have another String list with values 7777,8888 9999,0000 I need to add the values of the second stringlist, concatenating at the…