Login Page - Create Account

Support Board


Date/Time: Mon, 23 Dec 2024 00:47:18 +0000



Post From: passing dynamic url params using SCstring url string

[2015-05-27 08:21:17]
enemyspy - Posts: 306
hi I am trying to concatenate variables to the ? side of of the url string instead of literals within the string. How can this be accomplished?


if(sc.Index == sc.ArraySize-1)
{
for(int i =sc.ArraySize-1; i>0;i--)
  {
      rownum = rownum+1;
      colnum = colnum+1;
    
SCString url;
      url.Format(H*TTP://mysite.ca/IndexQry.php?row=rownum&col=1);

}
}



Date Time Of Last Edit: 2015-05-27 08:41:41