getting javascript object values
Posted: Fri Oct 09, 2020 9:42 pm
Code: Select all
! v_rate = {}
! v_gSystem.getSoftwareFormat(v_rate, null, null)
! v_sbrate = v_rate.val
debug sbrate
- a basic to master the web -
https://forums.spiderbasic.com/
Code: Select all
! v_rate = {}
! v_gSystem.getSoftwareFormat(v_rate, null, null)
! v_sbrate = v_rate.val
debug sbrate
Peter wrote:That really works?
gSystem.getSoftwareFormat() is to my knowledge a function and not a variable (iOS, right?). So the 'v_' would be wrong.