Jump to content

jccarta

Members
  • Content Count

    1
  • Joined

  • Last visited

Everything posted by jccarta

  1. Good Example But I Cant Find how to obtain recnum y tubeenum values. Can you Help me with this? This is using example from aehimself. For recenum In records Do Begin coinmech := recenum.GetValue<TJSONObject>('coin_mech'); If Not Assigned(coinmech) Then Continue; tubes := coinmech.GetValue<TJSONArray>('tubes'); If Not Assigned(tubes) Then Continue; For tubeenum In tubes Do
×