SETID(): Difference between revisions

From Liberty BASIC Family
Jump to navigation Jump to search
No edit summary
 
m (1 revision imported)
 

Latest revision as of 03:04, 11 October 2023

Not supported in Just BASIC Not supported in Liberty BASIC Not supported in Liberty BASIC 5 Supported in Run BASIC

Description

Set the HTML ID property to a custom value

Syntax

  1. #handle SetID(String$)
  2. #handle SetID("MyID")

Hints

This function is supported by the following objects

Example

' Place a useful function or sub using this keyword here

Useful Procedures

' Place a useful function or sub using this keyword here