dbTalk Databases Forums  

Setting cell value by index: set tblAccounts[1] = 25

comp.databases.gupta comp.databases.gupta


Discuss Setting cell value by index: set tblAccounts[1] = 25 in the comp.databases.gupta forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
jpfreire
 
Posts: n/a

Default Setting cell value by index: set tblAccounts[1] = 25 - 12-05-2008 , 07:17 AM






Hi all,

I'm trying to set cell values by their index

While nCol < nMAXCOL
Set tblAccounts[nCol] = vector[nCol]
Set nCol = nCol + 1

instead of using their names...

Set tblAccounts.Payment01 = vector[1]
Set tblAccounts.Payment02 = vector[2]
Set tblAccounts.Payment03 = vector[3]


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.