Forum Post: RE: create 2d arrays with Rollbase API and store in client-side variables

  • Thread starter Thread starter jquerijero
  • Start date Start date
Status
Not open for further replies.
J

jquerijero

Guest
Even if you declare clientArray as global (outside any function), the call to rbf_selectQuery is async. Your myCallback function which sets the clientArray is not guaranteed to run first before the alert statement.

Continue reading...
 
Status
Not open for further replies.
Back
Top