In List(): How to get 'Get Current Element Content' ?

Just starting out? Need help? Post your questions and find answers here.
vmars316
Enthusiast
Enthusiast
Posts: 464
Joined: Fri Jun 29, 2012 12:24 am
Contact:

In List(): How to get 'Get Current Element Content' ?

Post by vmars316 »

Tia ,

In List(): There is an AddElement and a DeleteElemment
How can I get 'Get Current Element Content' ?

Code: Select all

  Global NewList ThisSiteList.s()
  ;
  ;
  ResetList(ThisSiteList())
  While NextElement(ThisSiteList())
  
    CurrentElementContent$ = GetCurrentElementContent  ; How to get GetCurrentElementContent ?
    
    Debug CurrentElementContent$
  Wend
vmars.us Win11 x64 , Martin Guitar 000-16 (1995)
"All things in moderation , except for love and forgiveness."
User avatar
Caronte3D
Addict
Addict
Posts: 1027
Joined: Fri Jan 22, 2016 5:33 pm
Location: Some Universe

Re: In List(): How to get 'Get Current Element Content' ?

Post by Caronte3D »

ThisSiteList()
vmars316
Enthusiast
Enthusiast
Posts: 464
Joined: Fri Jun 29, 2012 12:24 am
Contact:

Re: In List(): How to get 'Get Current Element Content' ?

Post by vmars316 »

Thank you !
vmars.us Win11 x64 , Martin Guitar 000-16 (1995)
"All things in moderation , except for love and forgiveness."
Post Reply