Skip to end of banner
Go to start of banner

getBlog

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

Description

Retrieves a blog ID by searching for space key, blog title and posting date. The routine will return a -1 if the blog is not found.

Parameters

Return Type

Number

Examples

Example 1

Print Return 323827648

number blog = getBlog("PSCONF", "Some Blog", "2010-01-20");
print("Return " + blog);

Print Return 323827648

Example 2

Print Return -1

number page = getBlog("PSCONF", "Non-ExistantBlog", "2010-01-20");
print("Return " + blog);

Print Return -1

See also

  • No labels